Account

GET /account

Get the current user account properties.

Responses

GET /account
curl \
 -X GET http://api.mycompany.com/v1/users/account
Response examples (200)
{
  "username": "string",
  "email": "hello@example.com",
  "created_at": "2023-05-04T09:42:00+00:00",
  "updated_at": "2023-05-04T09:42:00+00:00",
  "id": "string"
}