> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mailofly.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Retrieve Contact

> Retrieve a contact profile by ID or email.

Fetches contact profile attributes, subscription status, and activity dates.

### Path Parameters

<ParamField path="id" type="string" required>Contact ID or email</ParamField>

### Response

<ResponseField name="id" type="string">Contact ID</ResponseField>
<ResponseField name="email" type="string">Email</ResponseField>
<ResponseField name="unsubscribed" type="boolean">Subscription status</ResponseField>
<ResponseField name="created_at" type="string">Created timestamp</ResponseField>


## Related topics

- [List Contacts](/api/contacts/list-contacts.md)
- [Retrieve Campaign](/api/campaigns/get-campaign.md)
- [Contacts](/audience/contacts.md)
- [Retrieve Attachment](/api/emails/retrieve-attachment.md)
- [Retrieve Metrics](/api/emails/retrieve-metrics.md)
