cURL
curl --request POST \ --url https://api.turnkey.com/public/v1/query/list_verified_suborgs \ --header 'Content-Type: application/json' \ --header 'X-Stamp: <api-key>' \ --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.
A successful response.
The response is of type object.
object
Was this page helpful?