Setup Bivo integration.
curl --request PUT \
--url https://sandbox-api.borderless.xyz/v1/organizations/integrations/bivo \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"username": "e19799ed-6d75-4914-986c-5577ddfb1a44",
"password": "Dpc!b$722i7EXRRTvb9dQLEJRX$C$Mc5"
}
'Integrations Config
Setup Bivo integration.
deprecated
Create Bivo partner username and password.
PUT
/
v1
/
organizations
/
integrations
/
bivo
Setup Bivo integration.
curl --request PUT \
--url https://sandbox-api.borderless.xyz/v1/organizations/integrations/bivo \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"username": "e19799ed-6d75-4914-986c-5577ddfb1a44",
"password": "Dpc!b$722i7EXRRTvb9dQLEJRX$C$Mc5"
}
'Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
202
Organization Bivo integration data
Was this page helpful?
⌘I