curl --request POST \
--url https://api.example.com/v2/org/{org_id}/partners/onboarding/start \
--header 'x-api-key: <api-key>'{
"onboarding_id": "<string>"
}Starts the onboarding process for an organization. Creates or retrieves an onboarding record and sets the provider to AWS.
curl --request POST \
--url https://api.example.com/v2/org/{org_id}/partners/onboarding/start \
--header 'x-api-key: <api-key>'{
"onboarding_id": "<string>"
}Was this page helpful?