Skip to main content
GET
/
user
/
{id}
/
token
Error
A valid request URL is required to generate request examples
{
  "success": true,
  "message": "<string>",
  "data": {
    "token": "<string>",
    "expiresAt": "2023-11-07T05:31:56Z"
  }
}

Authorizations

Authorization
string
header
required

API key for authentication

Path Parameters

id
string
required

Response

200 - application/json

User token found

success
boolean

Indicates if the request was successful

message
string | null

Response message, null if successful

data
object