GET
/
api
/
v1
/
auth
/
token-auth
/
identities
/
{identityId}
/
tokens

Authorizations

Authorization
string
headerrequired

An access token in Infisical

Path Parameters

identityId
string
required

The ID of the identity to list token metadata for.

Query Parameters

offset
number
default: 0

The offset to start from. If you enter 10, it will start from the 10th token.

limit
number
default: 20

The number of tokens to return

Response

200 - application/json
tokens
object[]
required

Was this page helpful?