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"
}
'Integrations Config
Setup Bridge integration.
deprecated
Create Bridge partner api key.
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
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The Bridge partner api key.
Example:
"sk-live-81ef049d7644df72d3a651d6ddd1c61v"
Response
202
Organization Bridge integration data
Was this page helpful?
⌘I