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

Authorizations

Authorization
string
header
required

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

Path Parameters

owner
string
required

The handle of the owner.

Required string length: 1 - 50
space
string
required

The handle of the space.

Required string length: 1 - 50

Response

200 - application/json
computedVoiceprints
integer
required

The number of voiceprints computed in the space.

createdIdentities
integer
required

The number of identities created in the space.

createdVoiceprints
integer
required

The number of voiceprints created in the space.

performedVerifications
integer
required

The number of verifications performed in the space.

uploadedAudios
integer
required

The number of audios uploaded to the space.