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"
}
'Create HoneyCoin integration to configure the connection with the HoneyCoin account.
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"
}
'Documentation Index
Fetch the complete documentation index at: https://docs.borderless.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Organization HoneyCoin integration data
Was this page helpful?