Skip to main content
PUT
/
v1
/
organizations
/
integrations
/
bitso
Setup Bitso integration.
curl --request PUT \
  --url https://sandbox-api.borderless.xyz/v1/organizations/integrations/bitso \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "apiKey": "hKaAodQNLK",
  "apiSecret": "ad0b2a2190dde067f3fd5a523f1c2aen",
  "ownerIdentityId": "cm9db4g2s4r7ro224ra6u1qvl"
}
'
{
  "id": "<string>",
  "provider": "<string>",
  "dfnsAppId": "<string>",
  "dfnsAuthToken": "<string>",
  "manualDepositAddress": "<string>",
  "manualSlackChannelName": "<string>",
  "pfiApiCredentials": [
    "<string>"
  ]
}

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

Required string length: 10 - 32
Example:

"hKaAodQNLK"

apiSecret
string
required

The Bitso API secret for authentication.

Required string length: 10 - 64
Example:

"ad0b2a2190dde067f3fd5a523f1c2aen"

ownerIdentityId
string
required

Id of the identity, who is the owner of Bitso Wallet.

Example:

"cm9db4g2s4r7ro224ra6u1qvl"

Response

202 - application/json

Organization Bitso integration data

id
string
required
provider
string
required
dfnsAppId
string
dfnsAuthToken
string
manualDepositAddress
string
manualSlackChannelName
string
pfiApiCredentials
string[]