---
title: "Get a contact's details"
method: GET
path: "/contacts/{identifier}"
tags: ["Contacts"]
---

# Get a contact's details

`GET /contacts/{identifier}`

Along with the contact details, this endpoint will show the statistics of contact for the recent 90 days by default. To fetch the earlier statistics, please use Get contact campaign stats (https://developers.brevo.com/reference/contacts-7#getcontactstats) endpoint with the appropriate date ranges.

## Path parameters

- `identifier` string, required

## Query parameters

- `startDate` string
- `endDate` string

## Response `200`

Contact informations

- GetExtendedContactDetails
  - `email` string, email — Email address of the contact for which you requested the details
  - `id` integer, required — ID of the contact for which you requested the details
  - `emailBlacklisted` boolean, required — Blacklist status for email campaigns (true=blacklisted, false=not blacklisted)
  - `smsBlacklisted` boolean, required — Blacklist status for SMS campaigns (true=blacklisted, false=not blacklisted)
  - `createdAt` string, required — Creation UTC date-time of the contact (YYYY-MM-DDTHH:mm:ss.SSSZ)
  - `modifiedAt` string, required — Last modification UTC date-time of the contact (YYYY-MM-DDTHH:mm:ss.SSSZ)
  - `listIds` integer[], required
  - `listUnsubscribed` integer[]
  - `attributes` object, required — Set of attributes of the contact
  - `statistics` GetExtendedContactDetailsStatistics, required — Campaign statistics of the contact
    - `messagesSent` GetExtendedContactDetailsStatisticsMessagesSent[] — Listing of the sent campaign for the contact
      - `campaignId` integer, required — ID of the campaign which generated the event
      - `eventTime` string, required — UTC date-time of the event
    - `hardBounces` GetExtendedContactDetailsStatisticsMessagesSent[] — Listing of the hardbounes generated by the contact
      - `campaignId` integer, required — ID of the campaign which generated the event
      - `eventTime` string, required — UTC date-time of the event
    - `softBounces` GetExtendedContactDetailsStatisticsMessagesSent[] — Listing of the softbounes generated by the contact
      - `campaignId` integer, required — ID of the campaign which generated the event
      - `eventTime` string, required — UTC date-time of the event
    - `complaints` GetExtendedContactDetailsStatisticsMessagesSent[] — Listing of the complaints generated by the contact
      - `campaignId` integer, required — ID of the campaign which generated the event
      - `eventTime` string, required — UTC date-time of the event
    - `unsubscriptions` GetExtendedContactDetailsStatisticsUnsubscriptions — Listing of the unsubscription for the contact
      - `userUnsubscription` GetExtendedContactDetailsStatisticsUnsubscriptionsUserUnsubscription[], required — Contact unsubscribe via unsubscription link in a campaign
        - `campaignId` integer, required — ID of the campaign which generated the event
        - `eventTime` string, required — UTC date-time of the event
        - `ip` string — IP from which the user has unsubscribed
      - `adminUnsubscription` GetExtendedContactDetailsStatisticsUnsubscriptionsAdminUnsubscription[], required — Contact has been unsubscribed from the administrator
        - `eventTime` string, required — UTC date-time of the event
        - `ip` string — IP from which the user has been unsubscribed
    - `opened` GetExtendedContactDetailsStatisticsOpened[] — Listing of the openings generated by the contact
      - `campaignId` integer, required — ID of the campaign which generated the event
      - `count` integer, required — Number of openings for the campaign
      - `eventTime` string, required — UTC date-time of the event
      - `ip` string, required — IP from which the user has opened the email
    - `clicked` GetExtendedContactDetailsStatisticsClicked[] — Listing of the clicks generated by the contact
      - `campaignId` integer, required — ID of the campaign which generated the event
      - `links` GetExtendedContactDetailsStatisticsLinks[], required — Listing of the clicked links for the campaign
        - `count` integer, required — Number of clicks on this link for the campaign
        - `eventTime` string, required — UTC date-time of the event
        - `ip` string, required — IP from which the user has clicked on the link
        - `url` string, required — URL of the clicked link
    - `transacAttributes` object[] — Listing of the transactional attributes for the contact
    - `delivered` GetExtendedContactDetailsStatisticsDelivered[] — Listing of the delivered campaign for the contact
      - `campaignId` integer, required — ID of the campaign which generated the event
      - `eventTime` string, required — UTC date-time of the event

## Other responses

- `400` — bad request
- `404` — Contact's email not found

---

[API](https://skmtc.net/getbrevo/apis/brevo-api.md) · [All operations](https://skmtc.net/getbrevo/apis/brevo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbrevo/brevo-api/versions/2aec3cf66501/schema)
