Skip to main content
PUT
/
v1
/
organizations
/
integrations
/
honeycoin
Setup HoneyCoin integration.
curl --request PUT \
  --url https://sandbox-api.borderless.xyz/v1/organizations/integrations/honeycoin \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "apiKey": "HC-a1cc4444-e9b1-7654-a123-7c555edb9fe1",
  "publicKey": "2aalwDDltWiUuT7qjBVC"
}
'

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

Example:

"HC-a1cc4444-e9b1-7654-a123-7c555edb9fe1"

publicKey
string
required

The HoneyCoin public key for authentication.

Example:

"2aalwDDltWiUuT7qjBVC"

Response

202

Organization HoneyCoin integration data