Skip to main content
POST
https://api.0xkey.io
/
public
/
v1
/
query
/
list_verified_suborgs
Get verified sub-organizations
curl --request POST \
  --url https://api.0xkey.io/public/v1/query/list_verified_suborgs \
  --header 'Content-Type: application/json' \
  --header 'X-Stamp: <api-key>' \
  --data '
{
  "organizationId": "<string>"
}
'
{
  "organizationIds": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.0xkey.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Stamp
string
header
required

Body

application/json
organizationId
string
required

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

filterType
string

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

filterValue
string

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

paginationOptions
object

Response

A successful response.

organizationIds
string[]
required

List of unique identifiers for the matching sub-organizations.