Setup Cobre integration.
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"
}
'Integrations Config
Setup Cobre integration.
deprecated
Create Cobre partner user ID and secret.
PUT
/
v1
/
organizations
/
integrations
/
cobre
Setup Cobre integration.
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"
}
'Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
202
Organization Cobre integration data
Was this page helpful?
⌘I