Appearance
Get current user
GET
/v1/me
Returns the profile information for the user associated with the API token, including basic identity fields and timestamps.
Authorizations
BearerAuth
API token provided in the Authorization header as a Bearer token.
Type
HTTP (bearer)
Responses
Successful retrieval of the authorized user profile.
application/json
JSON "id": "019a77e7-5105-774f-ac0b-1b9b18f8366a", "name": "Jana Nováková", "created_at": "2023-08-10T10:30:00.000Z"
{
}