Skip to main content
POST
/
orgs
/
{org_id}
/
connectors
/
{connector_id}
/
rebind
`POST /orgs/{org_id}/connectors/{connector_id}/rebind`
curl --request POST \
  --url https://api.timbal.ai/orgs/{org_id}/connectors/{connector_id}/rebind \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "url": "<string>"
}
'
{
  "dispatched": true,
  "url": "<string>"
}

Authorizations

Authorization
string
header
required

Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.

Path Parameters

org_id
string
required
connector_id
string
required

Body

application/json
url
string
required

New channel URL to dial, e.g. wss://api.timbal.ai/v1/connect/channel.

Response

Rebind dispatched

dispatched
boolean
required

Always true on a 202 — the connector acks/reverts asynchronously over the channel; watch the fleet listing for it to reconnect.

url
string
required