curl --request GET \
--url https://api.example.com/v2/org/{org_id}/partners/onboarding/child-orgs \
--header 'x-api-key: <api-key>'[
{
"created_at": "2023-11-07T05:31:56Z",
"org_id": "<string>",
"org_name": "<string>",
"org_checklist": [
{
"feature": "<string>",
"status": "available"
}
],
"integration_checklist": {}
}
]Lists child organizations. This returns all orgs belongs to the channel partner identified by org_id.
curl --request GET \
--url https://api.example.com/v2/org/{org_id}/partners/onboarding/child-orgs \
--header 'x-api-key: <api-key>'[
{
"created_at": "2023-11-07T05:31:56Z",
"org_id": "<string>",
"org_name": "<string>",
"org_checklist": [
{
"feature": "<string>",
"status": "available"
}
],
"integration_checklist": {}
}
]Was this page helpful?