Get a contact list
GET
https://api.responsly.com/v1/lists/{id}
Path parameters
Section titled “Path parameters”id
(number, required): ID of the contact list
Request
Section titled “Request”cURL
curl --request GET \ --url 'https://api.responsly.com/v1/lists/{id}' \ --header 'Authorization: Bearer <Access Token>'
Response
Section titled “Response”{ "id": "AYQxr02LnOPdZ8oQ9oqBpwKzWaw2f5", "name": "My Contact List", "custom_fields": "[]", "type": null, "count": { "active": 0, "bounced": 0, "unsubscribed": 0 }}
Status Code: 200 OK