User

User profile and account management

Get user profile

get
Authorizations
X-API-KeystringRequired

API key for authentication. Get your key from the dashboard.

Responses
chevron-right
200

User profile

application/json
successbooleanOptionalExample: true
get
/user/profile

Update user profile

put
Authorizations
X-API-KeystringRequired

API key for authentication. Get your key from the dashboard.

Body
namestringOptional
emailstring · emailOptional
Responses
chevron-right
200

Profile updated

application/json
successbooleanOptionalExample: true
messagestringOptionalExample: Profile updated successfully
put
/user/profile

Change password

post
Authorizations
X-API-KeystringRequired

API key for authentication. Get your key from the dashboard.

Body
current_passwordstringRequired
new_passwordstring · min: 8Required
new_password_confirmationstringRequired
Responses
chevron-right
200

Password changed

No content

post
/user/password

No content

Get dashboard statistics

get
Authorizations
X-API-KeystringRequired

API key for authentication. Get your key from the dashboard.

Responses
chevron-right
200

Dashboard data

application/json
successbooleanOptionalExample: true
get
/user/dashboard

Last updated