Hikka Docs Hikka Docs
EndpointsAuth

List third-party auth tokens

GET
/auth/token/thirdparty

Query Parameters

page?integer
Default1
Range0 < value <= 10000
size?integer
Default15
Range1 <= value <= 100

Header Parameters

auth?|
auth?|

Response Body

application/json

application/json

curl -X GET "https://api.hikka.io/auth/token/thirdparty"
{
  "list": [
    {
      "reference": "c773d0bf-1c42-4c18-aec8-1bdd8cb0a434",
      "created": 1686088809,
      "client": {
        "reference": "string",
        "name": "string",
        "description": "string",
        "verified": true,
        "user": {
          "reference": "c773d0bf-1c42-4c18-aec8-1bdd8cb0a434",
          "updated": 1686088809,
          "created": 1686088809,
          "description": "Hikka",
          "username": "hikka",
          "cover": "string",
          "active": true,
          "avatar": "string",
          "role": "string"
        },
        "created": 0,
        "updated": 0
      },
      "scope": [
        "string"
      ],
      "expiration": 1686088809,
      "used": 1686088809
    }
  ],
  "pagination": {
    "total": 20,
    "pages": 2,
    "page": 1
  }
}
{
  "message": "Example error message",
  "code": "example_error"
}