curl --request POST \
--url https://api.example.com/api/Integrations/WorkPro \
--header 'Content-Type: application/json' \
--data '
{
"clientId": "<string>",
"clientSecret": "<string>",
"subscriptionKey": "<string>",
"siteId": 123
}
'curl --request POST \
--url https://api.example.com/api/Integrations/WorkPro \
--header 'Content-Type: application/json' \
--data '
{
"clientId": "<string>",
"clientSecret": "<string>",
"subscriptionKey": "<string>",
"siteId": 123
}
'Was this page helpful?