Token Auth
Get Tokens
Get tokens for identity with Token Auth
GET
/
api
/
v1
/
auth
/
token-auth
/
identities
/
{identityId}
/
tokens
Authorizations
An access token in Infisical
Path Parameters
The ID of the identity to list token metadata for.
Query Parameters
The offset to start from. If you enter 10, it will start from the 10th token.
Required range:
0 < x < 100
The number of tokens to return.
Required range:
1 < x < 100
Response
200 - application/json
Was this page helpful?