Token Auth
Get Tokens
Get tokens for identity with Token Auth
GET
/
api
/
v1
/
auth
/
token-auth
/
identities
/
{identityId}
/
tokens
Authorizations
Authorization
string
headerrequiredAn access token in Infisical
Path Parameters
identityId
string
requiredThe ID of the identity to list token metadata for.
Query Parameters
offset
number
default: 0The offset to start from. If you enter 10, it will start from the 10th token.
limit
number
default: 20The number of tokens to return.
Response
200 - application/json
tokens
object[]
requiredWas this page helpful?