Skip to main content
PUT
/
v1
/
organizations
/
integrations
/
bridge
Setup Bridge integration.
curl --request PUT \
  --url https://sandbox-api.borderless.xyz/v1/organizations/integrations/bridge \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "apiKey": "sk-live-81ef049d7644df72d3a651d6ddd1c61v"
}
'

Authorizations

Authorization
string
header
required

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

Body

application/json
apiKey
string
required

The Bridge partner api key.

Example:

"sk-live-81ef049d7644df72d3a651d6ddd1c61v"

Response

202

Organization Bridge integration data