Header name | Description |
---|---|
Content-Type required |
application/json |
X-API-KEY required |
YOUR_API_KEY |
// Successful request GET /api/v2/user/profile/email_notifications 200 { "email_notifications": true }
// When email notifications are not enabled GET /api/v2/user/profile/email_notifications 200 { "email_notifications": false }
// When email notifications are enabled GET /api/v2/user/profile/email_notifications 200 { "email_notifications": true }
Code | Description |
---|---|
401 | Unauthorized |
404 | Not found |
500 | Internal Server Error |
422 | Missing parameters |