get https://api.sendios.io/v1/user/project//email/
API endpoint to obtain information about the user and the emails sent. Also, this information can be found on the user page in the admin panel.
Response structure
Response params | Description | |
---|---|---|
id | Client identifier; | |
project_id | Project identifier; | |
project_title | Project name; | |
User email; | ||
name | Name; | |
gender | Gender; | |
country | Country; | |
language | Language; | |
last_online | Date of the user's last visit; | |
last_reaction | Date of last user activity; | |
last_mailed | Date of the last email sent to the user; | |
last_request | Date of the last request to the user; | |
activation | Activation date in the format YYYY-MM-DD HH:MM:SS; | |
meta (object) | { profile: { ... } } | Data sent by the client: age – age, ak – key for user authorization / autologin on the product, photo – link to the user's photo; |
clicks | Number of user clicks; | |
sends | Number of sendings; | |
created_at | Date of user creation; | |
sent_mails (array of objects) | Information about sent emails for the last 3 months; | |
id | Email identifier; | |
category_id | Email category: system – 1; trigger – 2; | |
type_id | Transactional type ID; | |
subject_id | Email subject identifier; | |
template_id | Template identifier; | |
split_group | Split test group; | |
source_id | Email source identifier; | |
server_id | Server identifier; | |
created_at | Email creation date; | |
mail_group_id | Mail server group identifier; | |
pre_header_id | Email header identifier; | |
category_sig | Email category: system or trigger; | |
server_name | Name of the sending server; | |
server_ip | IP of the sending server; | |
source_name | Name of sending logic; | |
type_sig | Name of the transactional email / campaign; | |
unsubscribe (object) | Unsubscribe state; | |
source_id | Unsubscribe identifier; | |
meta: { message: "api by client" } | Unsubscribe reason; | |
created_at | Unsubscribe date; | |
updated_at | Date of unsubscribe update; | |
source_sig | Unsubscribe author; | |
unsubscribe_types (array) | Information about transactional emails unsubscribed by the user; | |
type_id | Transactional email identifier; | |
created_at | Unsubscribe date; | |
type_sig | Transactional email name; | |
unsub_promo (object) | Campaign unsubscribe; | |
source_id | Unsubscribe identifier; | |
created_at | Unsubscribe date; | |
source_sig | Unsubscribe reason; | |
last_payment | Date of the user's last payment; | |
channel_id | Traffic channel; | |
subchannel_id | Traffic subchannel. |