v1

latestOpenAPI 3.0.12026-07-1394386381.1 KB
Organizations

Get verified sub-organizations

Get all email or phone verified suborg IDs associated given a parent org ID.

post/public/v1/query/list_verified_suborgs

Request body

organizationIdstring required

Unique identifier for the parent organization. This is used to find sub-organizations within it.

filterTypestring

Specifies the type of filter to apply, i.e 'EMAIL', 'PHONE_NUMBER'.

filterValuestring

The value of the filter to apply for the specified type. For example, a specific email or phone number string.

Response

A successful response.

organizationIdsstring[] required

List of unique identifiers for the matching sub-organizations.