GET
/
api
/
v1
/
access-tokens
{
  "data": [
    {
      "_id": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "name": "<string>",
      "expiresAt": "2023-11-07T05:31:56Z",
      "creatorId": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

subject_id
string | null
skip
integer
default:
0
Required range: x >= 0
limit
integer
default:
100
Required range: 1 <= x <= 100

Response

200
application/json
Access tokens fetched successfully
data
object[]
required