IdenIden Docs
API ReferenceBridge

Get sync progress

Returns progress for the given sync session.

GET
/api/v1/bridge/apps/{app_external_uuid}/sync/{sync_id}/

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

application/json

curl -X GET "https://developer.idenhq.com/org/{tenant_slug}/api/v1/bridge/apps/497f6eca-6276-4993-bfeb-53cbbbba6f08/sync/497f6eca-6276-4993-bfeb-53cbbbba6f08/"
{
  "sync_id": "15e7d8f3-40c7-475e-b8d4-500e21d28160",
  "status": "string",
  "progress": [
    {
      "slug": "string",
      "name": "string",
      "type": "string",
      "synced_count": 0
    }
  ]
}
{
  "detail": "string"
}