Loading…
L'API HTTP de Loop reflète ce que fait le dashboard. Auth Bearer, JSON, webhooks pour les événements, clés d'idempotence sur chaque mutation.
curl -X POST https://api.loop.example/v1/standups \
-H "Authorization: Bearer YOUR_TOKEN" \
-d '{"team":"engineering","update":"shipped retention v2"}'