IdenIden Docs
API ReferenceBridge

Complete sync session

Finalizes a sync session. Queues async cleanup to mark stale resources as removed. Returns 202 Accepted.

POST
/api/v1/bridge/apps/{app_external_uuid}/sync/{sync_id}/complete/

Authorization

ApiKeyAuth
Authorization<token>

API key authentication. Format: Api-Key <your_api_key>

In: header

Path Parameters

app_external_uuid*string
Formatuuid
sync_id*string
Formatuuid

Response Body

application/json

curl -X POST "https://developer.idenhq.com/org/{tenant_slug}/api/v1/bridge/apps/497f6eca-6276-4993-bfeb-53cbbbba6f08/sync/497f6eca-6276-4993-bfeb-53cbbbba6f08/complete/"
Empty
{
  "detail": "string"
}