GET
/
api
/
v2
/
service-token
curl --request GET \
  --url https://us.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
}

This endpoint is deprecated and will be removed in the future.

We recommend switching to using Machine Identities.

Authorizations

Authorization
string
header
required

An access token in Infisical

Response

200
application/json
Default Response
id
string
required
name
string
required
permissions
string[]
required
secretHash
string
required
createdAt
string
required
updatedAt
string
required
createdBy
string
required
projectId
string
required
workspace
string
required
user
object
required
_id
string
required
scopes
any
lastUsed
string | null
expiresAt
string | null
encryptedKey
string | null
iv
string | null
tag
string | null
__v
number
default:
0