ReferenceAPIOperationsUsers
Get current user
Returns the profile of the currently authenticated user.
Operation ID
get_meReturns the profile of the currently authenticated user.
Authorization
bearer_auth AuthorizationBearer <token>
In: header
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/users/me"{ "user": { "avatar_url": "string", "created_at": 0, "display_name": "string", "email": "string", "id": "string", "role": "owner", "status": "active", "updated_at": 0 }}