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>"
}
]
}Create Hercle integration to configure connectivity and credentials for the Hercle PFI.
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>"
}
]
}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.
Optional list of Hercle API credentials to associate with the integration.
Show child attributes
Was this page helpful?