Developers
Build with the Loopin API.
REST + GraphQL. 50+ webhooks. SDKs for Node, Python, Go, and PHP. Build a custom flow, wire up a partner integration, or extend Loopin to a department we haven't shipped yet.
Quickstart · 30 seconds
cURL
curl https://api.loopin.app/v1/orders \
-H "Authorization: Bearer lp_live_••••••••••••" \
-H "Content-Type: application/json" \
-d '{
"channel": "online",
"customer_id": "cus_4Wq2Yp1",
"lines": [
{ "product_id": "prd_ETH250", "qty": 2 },
{ "product_id": "prd_COL250", "qty": 1 }
]
}'
# 201 Created
# { "id": "ord_91k4z2", "status": "paid", "total": 146, ... }REST endpoints (selected)
120+ endpoints total · full reference below
- GET
/v1/orders - POST
/v1/orders - GET
/v1/customers/{id} - POST
/v1/inventory/adjustments - GET
/v1/bookings - POST
/v1/invoices - GET
/v1/analytics/revenue - POST
/v1/loyalty/points
Webhooks · 50+ events
- order.created · order.updated · order.completed
- customer.created · customer.upgraded_tier
- inventory.low_stock · inventory.out_of_stock
- booking.confirmed · booking.cancelled
- invoice.paid · invoice.overdue
- review.received · review.replied
- ad.spend_anomaly · campaign.completed
- ai_advisor.insight_generated
- staff.shift_started · staff.shift_ended
Auth + SDKs
- OAuth 2.0 for partner apps that act on a workspace's behalf.
- API keys for first-party scripts (rotate every 90 days).
- SDKs: Node, Python, Go, PHP. All open source on GitHub.
- Rate limits: 600 req/min on Growth, 6,000/min on Enterprise.
30-day free trial · everything unlocked
Stop running on six tools.
Start running in the loop.
Sign up free, pick your industry, and watch Loopin reshape itself to your business. No credit card. No setup call required.