cURL
curl --request GET \ --url https://app.mailrify.com/api/v1/contactBooks/{contactBookId}/contacts \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "email": "<string>", "properties": {}, "contactBookId": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "firstName": "<string>", "lastName": "<string>", "subscribed": true } ]
Get contacts
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"cuiwqdj74rygf74"
Retrieve multiple contacts
Show child attributes