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

Authorization
string
header
required

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

Body

application/json
userId
string
required

The Cobre user ID for authentication.

Example:

"cli_test_123"

secret
string
required

The Cobre secret for authentication.

Example:

"test"

Response

202

Organization Cobre integration data