Skip to main content
PUT
/
v1
/
organizations
/
integrations
/
hercle
Setup Hercle integration.
curl --request PUT \
  --url https://sandbox-api.borderless.xyz/v1/organizations/integrations/hercle \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "pfiApiCredentials": [
    {
      "identityId": "clxxxxxxxxxxxxxxxxxxxxxxx",
      "apiKey": "<string>",
      "apiSecret": "<string>"
    }
  ]
}
'
{
  "provider": "<string>",
  "integrationNetworkAddresses": [
    {
      "network": "POLYGON",
      "address": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
pfiApiCredentials
object[]

Optional list of Hercle API credentials to associate with the integration.

Response

202 - application/json

Organization Hercle integration data

provider
string
required
integrationNetworkAddresses
object[]