Documentation
GET/account
Get account profile
Returns the authenticated user's profile information including ID, name, and email address.

No request parameters

PATCH/account
Update account profile
Updates the authenticated user's profile information including name and email address.

Request Body

Bodyapplication/json
FieldTypeNotes
name
any
required
email
any
required
DELETE/account
Delete account
Permanently deletes the user account and all associated data including all apps, versions, builds, metadata, screenshots, credentials, and subscriptions.

Parameters

confirmationEmailqueryrequired
string
GET/account/notification-preferences
Get notification preferences
Returns all notification preferences with their email and push enabled status.

No request parameters

PATCH/account/notification-preferences/{notificationType}
Update notification preference
Enables or disables email and/or push for a specific notification type.

Parameters

notificationTypepathrequired
string

Request Body

Bodyapplication/json
FieldTypeNotes
emailEnabled
boolean
pushEnabled
boolean