GET
/
spaces
/
{owner}
/
{space}
/
stats

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.

Response

200 - application/json
uploadedAudios
integer
required

The number of audios uploaded to the space.

createdIdentities
integer
required

The number of identities created in the space.

createdVoiceprints
integer
required

The number of voiceprints created in the space.

computedVoiceprints
integer
required

The number of voiceprints computed in the space.

performedVerifications
integer
required

The number of verifications performed in the space.