---
title: "Get Contact Capabilities"
method: GET
path: "/v1/contacts/capabilities"
tags: ["contacts"]
---

# Get Contact Capabilities

`GET /v1/contacts/capabilities`

Check which messaging channels a phone number supports, without sending
a message.

Runs a live check (typically 1-2 seconds), so the result reflects the
number right now. Capabilities can still change by the time you send.
Requires at least one active iMessage-capable number on the account.

## Query parameters

- `phone_number` string, required — Phone number to check (E.164 preferred; URL-encode + as %2B)

## Response `200`

Successful Response

- ContactCapabilitiesResponse
  - `phoneNumber` string, required
  - `capabilities` ContactCapabilityFlags, required
    - `imessage` boolean, required
    - `sms` boolean, required
  - `checkedAt` string, date-time, required

## 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/versions/3f3aa65dcd20/schema)
