- Overview
- Authentication
- Libraries
- Methods
- Contacts
- Import file
- Bulk Import
- Contact import current status
- Contact import history
- Subscriptions
- Attributes
- Lists
- Subscribers
- Subscription forms
- Mails
- Drafts
- Send
- Sent
- Scheduled
- Auto-responder mails
- Templates
- HTML
- Block
- Auto-responders
- Profile
- Address
- Senders
- Reports
- Bounces
- Clicks
- Links
- Opens aggregated
- Have not opened
- Most active customers
- Unsubscriptions
- Invoices
- Notifications
Profile
Shows the profile of the logged user.
Renders: [application/json, text/html]
Parses: [application/json, application/x-www-form-urlencoded, multipart/form-data]
Required fields
subscribed_to_newsletterlanguagecurrency_code
Optional fields
subscribed_to_status_maildifferent_billing_addressinvoice_deliverytimezonepayment_providerpeppol_participant_id
Readonly fields
balancesubscriptionunseen_messagesunpaid_invoiceeducation_coursesfeature_flagsfeaturesemail_confirmation_neededactive_cardcontacts_totalcan_change_currencygdpr_agreementstripe_idgdpr_enforcedsync_with_stripestripe_payment_methodpending_downgradetrialnext_withdrawal_datecreditson_hold_sincepause_date
GET /profile/
Responds with the profile data for the authenticated user
Example:
{
"account_type": 1,
"subscribed_to_newsletter": false,
"subscribed_to_status_mail": true,
"language": "en",
"different_billing_address": false,
"balance": 0,
"subscription": {
"number_of_emails": 10000,
"end_time": "2015-03-05",
"is_free": false,
"number_of_months": 12,
"cancelled": null,
"period_day": 5
},
"invoice_delivery": 0,
"currency_code": "SEK",
"unseen_messages": 0,
"unpaid_invoice": true
}