curl --request POST \ --url https://api.turnkey.com/public/v1/query/list_verified_suborgs \ --header 'Accept: application/json' \ --header 'Content-Type: application/json' \ --header "X-Stamp: <string> (see Authorizations)" \ --data '{ "organizationId": "<string>", "filterType": "<string>", "filterValue": "<string>", "paginationOptions": { "limit": "<string>", "before": "<string>", "after": "<string>" } }'
{ "organizationIds": [ "<string>" ] }
Get all email or phone verified suborg IDs associated given a parent org ID.
paginationOptions field
Show details
Show organizationIds details
Was this page helpful?