AurionAI Docs

Resolve Booking Link

Internal endpoint for voice agent to resolve best booking link. Auth: X-Internal-Secret header (INTERNAL_API_SECRET env var). Tenant context: X-Tenant-ID header (set by voice agent at bootstrap). Priority: team link -> personal link -> none.

GET
/api/sync/internal/booking-links/resolve

Internal endpoint for voice agent to resolve best booking link.

Auth: X-Internal-Secret header (INTERNAL_API_SECRET env var). Tenant context: X-Tenant-ID header (set by voice agent at bootstrap).

Priority: team link -> personal link -> none.

Query Parameters

agent_user_id*Agent User Id
Formatuuid
team_id?|null

Response Body

application/json

application/json

curl -X GET "https://loading/api/sync/internal/booking-links/resolve?agent_user_id=497f6eca-6276-4993-bfeb-53cbbbba6f08"
{}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}