Skip to main content
GET
/
api
/
embedded
/
v1
/
connectors
/
connector_token
/
{temporary_token}
Get Connector Token
curl --request GET \
  --url https://api.bindbee.dev/api/embedded/v1/connectors/connector_token/{temporary_token} \
  --header 'Authorization: Bearer <token>'
{
  "connector_token": "<string>",
  "connector_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Documentation Index

Fetch the complete documentation index at: https://docs.bindbee.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

temporary_token
string
required

Response

Successful Response

connector_token
string
required

Connector token of the connector using which you can make API calls to Bindbee

Example:

"jk23h4jk23hk4j2h3kj4h23kjh4k23jh4k2j3h4"

connector_id
string<uuid>
required

The ID of the connector associated with the request

Example:

"123e4567-e89b-12d3-a456-426614174000"