GET
/
api
/
v2
/
profile
curl --request GET \
  --url https://aquilax.ai/api/v2/profile \
  --header 'X-AX-KEY: <api-key>'
{
  "notification_count": 0,
  "user_id": "xxxxx-82f9-4c65-b1cd-xxxxxxxxx"
}

Authorizations

X-AX-KEY
string
header
required

Response

200 - application/json
User data retrieved successfully

Schema representing user data.