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

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 Yellowcard API key for authentication.

Example:

"hKaAodQNLK"

apiSecret
string
required

The Yellowcard API secret for authentication.

Example:

"ad0b2a2190dde067f3fd5a523f1c2aen"

Response

202

Organization Yellowcard integration data