GET
/
users
/
list_user_dynamic_tokens
curl --request GET \
  --url https://api.gan.ai/users/list_user_dynamic_tokens \
  --header 'Authorization: Bearer <token>'
{
  "tokens": [
    {
      "token_name": "<string>",
      "expiration_time": "<any>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Response

200
application/json
Successful Response
tokens
object[]
required

This is a list consisting of all the tokens generated by the user.