The "Retrieve Subaccount" function provides partners with the ability to retrieve information about their associated Mandrill subaccount, which is a fundamental component of email communication. By utilizing this function, partners can access and manage specific subaccount details, ensuring streamlined control and integration of email services within their systems.
Endpoints Available
Method
Endpoint
Description
GET
v2023.07.31/emails/subaccount
Retrieves associated Mandrill subaccount information
Response Definition
Response Item
Description
Data Type
"user_id"
The unique identifier for Supplier
int
"sending_domain"
The domain used for sending emails
string
"subaccount_id"
A unique subaccount identifier associated with the user
string
"dns_value"
A DNS verification value used to verify domain ownership
string
"dns_validation_status"
Indicates whether DNS validation is successful (true) or not (false)
boolean
"dkim_value"
The DKIM (DomainKeys Identified Mail) value used for email authentication
string
"dkim_validation_status"
Indicates whether DKIM validation is successful (true) or not (false)
boolean
"spf_value"
The SPF (Sender Policy Framework) value defining authorized sources to send emails
string
"spf_validation_status"
Indicates whether SPF validation is successful (true) or not (false)
boolean
"daily_send_limit"
The maximum number of emails that can be sent per day
int
"approved"
Indicates whether the user is approved (true) to send emails or not (false)
boolean
"reputation"
A numerical value representing the sender's reputation
int
"sent_monthly"
The number of emails sent in the current month
int
"sent_weekly"
The number of emails sent in the current week
int
"sent_total"
The total number of emails sent
int
"created_at"
The date and time when the user's account was created
date-time
"first_sent_at"
The date and time when the first email was sent by the user
date-time
"mc_user_id"
The unique identifier for Supplier
int
Sample Request
curl --request GET \
--url https://api.ciiruspartners.com/v2023.07.31/emails/subaccount