Skip to main content
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

Authorization
string
header
required

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

Body

application/json
username
string
required

The Bivo partner username.

Example:

"e19799ed-6d75-4914-986c-5577ddfb1a44"

password
string
required

The Bivo partner password.

Example:

"Dpc!b$722i7EXRRTvb9dQLEJRX$C$Mc5"

Response

202

Organization Bivo integration data