cURL
curl --request GET \ --url https://app.infisical.com/api/v2/service-token \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "scopes": "<any>", "permissions": [ "<string>" ], "lastUsed": "2023-11-07T05:31:56Z", "expiresAt": "2023-11-07T05:31:56Z", "secretHash": "<string>", "encryptedKey": "<string>", "iv": "<string>", "tag": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "createdBy": "<string>", "projectId": "<string>", "workspace": "<string>", "user": { "authMethods": [ "<string>" ], "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "devices": "<any>", "email": "<string>", "firstName": "<string>", "lastName": "<string>", "mfaMethods": [ "<string>" ], "__v": 0, "_id": "<string>" }, "_id": "<string>", "__v": 0 }
Return Infisical Token data
An access token in Infisical
Default Response
The response is of type object.
object
Was this page helpful?