Loading…
La API HTTP de Loop refleja lo que hace el dashboard. Auth con Bearer token, JSON, webhooks para eventos, idempotency keys en cada mutación.
curl -X POST https://api.loop.example/v1/standups \
-H "Authorization: Bearer YOUR_TOKEN" \
-d '{"team":"engineering","update":"shipped retention v2"}'