v1

latestOpenAPI 3.0.1Apache 2.02026-07-145344123.3 KB

Fetch an Access Token for the Entity

get/v2/Services/{ServiceSid}/AccessTokens/{Sid}

Path parameters

ServiceSidstring required

The unique SID identifier of the Service.

Sidstring required

A 34 character string that uniquely identifies this Access Token.

Response

OK

account_sidstring nullable

The unique SID identifier of the Account.

date_createdstring date-time nullable

The date that this access token was created, given in ISO 8601 format.

entity_identitystring nullable

The unique external identifier for the Entity of the Service.

factor_friendly_namestring nullable

A human readable description of this factor, up to 64 characters. For a push factor, this can be the device's name.

factor_type'push'
service_sidstring nullable

The unique SID identifier of the Verify Service.

sidstring nullable

A 34 character string that uniquely identifies this Access Token.

tokenstring nullable

The access token generated for enrollment, this is an encrypted json web token.

ttlinteger nullable

How long, in seconds, the access token is valid. Max: 5 minutes

urlstring uri nullable

The URL of this resource.