Users
Me
GET
/api/v1/users/meAuthorization
BearerAuth AuthorizationBearer <token>
In: header
Response Body
application/json
curl -X GET "https://example.com/api/v1/users/me"{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "email": "user@example.com", "is_active": true}