v1
latestOpenAPI 3.0.12026-07-2471135326.0 KBSubscribers
Contact Information
This endpoint allows you to retrieve the contact's information of a certain list previously created. You need to provide the unique identifier (listId) of the list where the contact is located and the unique identifier (subscriberId) of the contact to get his personal information.
get/v3/lists/{listId}/subscribers/{subscriberId}
Path parameters
listIdinteger required
Provide the unique ID of the list
subscriberIdstring required
Provide the unique ID of the contact
Response
Successfully retrieved the contact information
Example response
{
"meta": {
"timestamp": 1597166699457,
"transactionId": "70169d77-c165-4795-9932-35b8a3af96fb",
"explain": "a descriptive text"
},
"data": {
"id": "507f1f77bcf86cd799439011",
"to": "584000000001,email@example.com",
"reason": "UNSUBSCRIBED, BOUNCED_PERMANENT,COMPLAINED"
}
}