Skip to main content
GET
/
user
Get User
curl --request GET \
  --url 'https://api.example.com/user?HAIQU_API_KEY='
{
  "email": "<string>",
  "username": "<string>",
  "first_name": "<string>",
  "last_name": "<string>",
  "api_access_key": "<string>"
}

Authorizations

HAIQU_API_KEY
string
query
required

Response

200 - application/json

Successful Response

User model.

MVP: Haiqu user is created by Haiqu team, auth with username/password. V2: Haiqu API user is OAuth authenticated user from IBM, Google, etc.

email
string
required
username
string
required
first_name
string
required
last_name
string
required
api_access_key
string
required