🚀 Borderless Benchmark now LIVE!
cURL
curl --request PUT \ --url https://sandbox-api.borderless.xyz/v1/organizations/integrations/infinia \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "apiKey": "user_x93ldfa1", "apiSecret": "pW$7{D!mQ@t2", "companies": [ { "identityId": "idty_2rgeakl3i1fe3t7l4b2fbrrno", "companyId": "comp_1234567890" } ] } '
{ "provider": "<string>", "integrationNetworkAddresses": [ { "network": "POLYGON", "address": "<string>" } ] }
Create Infinia integration to configure the connection of Identity with the Infinia company.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The Infinia username for authentication.
"user_x93ldfa1"
The Infinia password for authentication.
"pW$7{D!mQ@t2"
Infinia companies associated with organization identities.
1
Show child attributes
Organization Infinia integration data
Was this page helpful?