---
title: "Get Contact Card"
method: GET
path: "/v1/numbers/{number_id}/contact-card"
tags: ["contact cards"]
---

# Get Contact Card

`GET /v1/numbers/{number_id}/contact-card`

Fetch the iMessage contact card set on this number.

## Path parameters

- `number_id` string, required

## Response `200`

Successful Response

- ContactCardResponse
  - `firstName` string, nullable
  - `lastName` string, nullable
  - `displayName` string, nullable
  - `hasAvatar` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/agentphone/apis/agentphone-api.md) · [All operations](https://skmtc.net/agentphone/apis/agentphone-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agentphone/agentphone-api/revisions/199c8d16bf9e/schema)
