Skip to main content
PUT
/
v1
/
organizations
/
integrations
/
brale
Setup Brale integration.
curl --request PUT \
  --url https://sandbox-api.borderless.xyz/v1/organizations/integrations/brale \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "apiKey": "brale_client_id_123",
  "apiSecret": "brale_client_secret_456"
}
'

Authorizations

Authorization
string
header
required

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

Body

application/json
apiKey
string
required

The Brale API key (client ID) for authentication.

Example:

"brale_client_id_123"

apiSecret
string
required

The Brale API secret (client secret) for authentication.

Example:

"brale_client_secret_456"

Response

202

Organization Brale integration data