v13

OpenAPI 3.0.32026-07-31359869.4 MB
authentication

List Auth Tokens

Retrieve a list of the current User's authentication tokens.

get/v6/user/tokens

Response

OR

Example response

{
  "tokens": [
    {
      "id": "5d9f2ebd38ddca62e5d51e9c1704c72530bdc8bfdd41e782a6687c48399e8391",
      "type": "oauth2-token",
      "prefix": "vcp_",
      "suffix": "abc123",
      "origin": "github",
      "createdAt": 1632816536002,
      "activeAt": 1632816536002,
      "expiresAt": 1632816536002,
      "revokedAt": 1632816536002,
      "leakedAt": 1632816536002
    }
  ]
}