curl --request PUT \
--url https://sandbox-api.borderless.xyz/v1/organizations/integrations/cobre \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"userId": "cli_test_123",
"secret": "test"
}
'Create Cobre partner user ID and secret.
curl --request PUT \
--url https://sandbox-api.borderless.xyz/v1/organizations/integrations/cobre \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"userId": "cli_test_123",
"secret": "test"
}
'Documentation Index
Fetch the complete documentation index at: https://docs.borderless.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Organization Cobre integration data
Was this page helpful?