Loading…
Loop's HTTP API mirrors what the dashboard does. Auth via Bearer token, JSON in/out, webhooks for events, idempotency keys on every mutation.
curl -X POST https://api.loop.example/v1/standups \
-H "Authorization: Bearer YOUR_TOKEN" \
-d '{"team":"engineering","update":"shipped retention v2"}'