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"
}
Response examples (200)
{
"username": "string",
"email": "hello@example.com",
"created_at": "2024-05-04T09:42:00+00:00",
"updated_at": "2024-05-04T09:42:00+00:00",
"id": "string"
}