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