GET
/
spaces
/
{owner}
/
{space}
/
identities

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

owner
string
required

The handle of the owner.

space
string
required

The handle of the space.

Query Parameters

page
integer
default: 1

The index of the page.

page-size
integer
default: 20

The maximum size of the pages.

sort
enum<string>
default: createdAt

The criteria used to sort the identities.

Available options:
handle,
createdAt
search
string

The term used to search the identities by handle or alias.

after

The term used to search identities after or equal to the specified date.

before

The term used to search identities before or equal to the specified date.

Response

200 - application/json
id
string
required

The UUID of the identity. Is unique.

handle
string
required

The handle of the identity. Is unique.

alias
string | null
required

The alias of the identity.

audios
integer
required

The number of audios of the identity.

voiceprints
integer
required

The number of voiceprints of the identity.

verifications
integer
required

The number of verifications of the identity.

createdAt
string
required

The date and time when the identity was created.