---
title: "Check RCS capabilities (batch)"
method: POST
path: "/messaging/rcs/bulk_capabilities"
tags: ["RCS"]
---

# Check RCS capabilities (batch)

`POST /messaging/rcs/bulk_capabilities`

Returns RCS capability information for multiple recipients in one request.

## Request body

- RCSCapabilityListRequest
  - `agent_id` string, required — RCS Agent ID
  - `phone_numbers` string[], required — List of phone numbers to check

## Response `200`

Successful response

- RCSCapabilitiesBulk
  - `data` RCSCapabilitiesInternal[]
    - `agent_id` string — RCS agent ID
    - `agent_name` string — RCS agent name
    - `features` string[] — List of RCS capabilities
    - `phone_number` string — Phone number
    - `record_type` 'rcs.capabilities' — Identifies the type of the resource

## Other responses

- `4XX` — Unexpected error

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/3fdc16374d70/schema)
