Skip to main content
GET
/
api
/
v2
/
profile
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.

notification_count
integer

User Email

Example:

0

user_id
string

Unique User ID

Example:

"xxxxx-82f9-4c65-b1cd-xxxxxxxxx"