API ReferenceUsers
/api/v1/users/me
API documentation for /api/v1/users/me
Authorization
bearerAuth AuthorizationBearer <token>
API key authentication. Get your API key from the dashboard.
In: header
Response Body
application/json
application/json
curl -X GET "https://loading/api/v1/api/v1/users/me"{
"id": "string",
"name": "string",
"email": "string",
"emailVerified": true,
"image": "string",
"createdAt": "string"
}{
"defined": true,
"code": "UNAUTHORIZED",
"status": 401,
"message": "Unauthorized",
"data": {
"error": "string"
}
}