curl --request GET \
--url https://api.example.com/v2/org/{org_id}/partners/onboarding/azure/auth-url \
--header 'x-api-key: <api-key>'{
"url": "<string>"
}Generates Azure authentication URL for onboarding. Creates or updates Azure onboarding record with tenant and subscription details, then returns the auth URL.
curl --request GET \
--url https://api.example.com/v2/org/{org_id}/partners/onboarding/azure/auth-url \
--header 'x-api-key: <api-key>'{
"url": "<string>"
}Was this page helpful?