🚀 Borderless Benchmark now LIVE!
cURL
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" } '
Create Bivo partner username and password.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The Bivo partner username.
"e19799ed-6d75-4914-986c-5577ddfb1a44"
The Bivo partner password.
"Dpc!b$722i7EXRRTvb9dQLEJRX$C$Mc5"
Organization Bivo integration data
Was this page helpful?