API ReferenceUsers
Get authenticated user
API documentation for Get authenticated user
Authorization
bearerAuth AuthorizationBearer <token>
API key authentication.
In: header
Response Body
application/json
application/json
curl -X GET "https://example.com/api/v1/users/me"{ "id": "string", "name": "string", "email": "string", "emailVerified": true, "image": "string", "createdAt": "string"}