curl --request POST \
--url https://api.example.com/v2/org/{org_id}/partners/onboarding/azure/verify \
--header 'x-api-key: <api-key>'[
{
"feature": "<string>",
"status": "available"
}
]Runs Azure onboarding verification process. Executes the complete onboarding workflow and returns validation results for all features.
curl --request POST \
--url https://api.example.com/v2/org/{org_id}/partners/onboarding/azure/verify \
--header 'x-api-key: <api-key>'[
{
"feature": "<string>",
"status": "available"
}
]Was this page helpful?