Logo
Api

User

Retrieve user account information using API key

GET
/api/external/user
AuthorizationBearer <token>

In: header

Response Body

curl -X GET "https://ziit.app/api/external/user"
{
  "id": "string",
  "email": "user@example.com",
  "githubId": "string",
  "githubUsername": "string",
  "apiKey": "43845a17-01cb-476b-8c02-27c26965e86a",
  "keystrokeTimeout": 0
}
Empty
Empty