Setup Infinia integration.
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",
"companyId": "comp_1234567890"
}
'{
"provider": "<string>",
"integrationNetworkAddresses": [
{
"address": "<string>"
}
]
}Integrations Config
Setup Infinia integration.
deprecated
Create Infinia integration to configure the connection of Identity with the Infinia company.
PUT
/
v1
/
organizations
/
integrations
/
infinia
Setup Infinia integration.
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",
"companyId": "comp_1234567890"
}
'{
"provider": "<string>",
"integrationNetworkAddresses": [
{
"address": "<string>"
}
]
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Was this page helpful?
⌘I