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"
}
'Integrations Config
Setup HoneyCoin integration.
deprecated
Create HoneyCoin integration to configure the connection with the HoneyCoin account.
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
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
202
Organization HoneyCoin integration data
Was this page helpful?
⌘I