IdenIden Docs
API ReferenceBridge

Start sync session

Opens a new paginated sync session. Returns a sync_id to use when pushing pages and completing or abandoning the sync.

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

Authorization

ApiKeyAuth
Authorization<token>

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

In: header

Path Parameters

app_external_uuid*string
Formatuuid

Response Body

application/json

application/json

curl -X POST "https://developer.idenhq.com/org/{tenant_slug}/api/v1/bridge/apps/497f6eca-6276-4993-bfeb-53cbbbba6f08/sync/"
{
  "sync_id": "15e7d8f3-40c7-475e-b8d4-500e21d28160"
}
{
  "detail": "string"
}