Skip to main content
GET
/
orgs
/
{org_id}
/
connectors
/
{connector_id}
`GET /orgs/{org_id}/connectors/{connector_id}`
curl --request GET \
  --url https://api.timbal.ai/orgs/{org_id}/connectors/{connector_id} \
  --header 'Authorization: Bearer <token>'
{
  "expires_at": "2023-11-07T05:31:56Z",
  "token": "<string>",
  "token_id": "<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

Response

Connector details

expires_at
string<date-time>
required
token
string
required

Raw enrollment token, shown once in the response.

token_id
string
required