Description
Retrieve the complete list of subscribers to a specific message.
Request URL
api.mailjet.com/0.1/messageContacts
Code Sample
<?php # Parameters $params = array( 'id' => '123' ); # Call $response = $mj->messageContacts($params); # Result $contacts = $response->result; $count = $response->total_cnt; ?>
Parameters
Return
| Label | Type | Description |
| String | Email of your contact | |
| id | Integer | Mailjet's Email ID |
| sent_at | Timestamp | Sending time of the message |
| status | String | Message status filter: queued, sent, opened, clicked, bounce, blocked, spam or unsub |