The
/auth/
endpoint provides access to information about the currently logged-in user, including their user data and authentication details.
Method:GET
Response:Upon successful retrieval of the userβs data, the endpoint returns the userβs information in the response body.
Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Responses
β 200 - Success
β οΈ 401 - Expired Access token
β οΈ 404 - Not Found
β 500 - Internal Server Error
Tags
Auth
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"