v18

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-05-0672377.8 KB
MessagingV2ChannelsSender

Retrieve a list of Senders

Retrieve a list of Senders for an account.

get/v2/Channels/Senders

Query parameters

Channelstring required

The messaging channel for senders. Supported values are whatsapp and rcs.

PageSizeinteger

The number of items to return per page. For WhatsApp, the default is 20.

Pageinteger

The page index. Use only for client state.

PageTokenstring

The page token provided by the API.

Response

OK

Example response

{
  "senders": [
    {
      "sender_id": "whatsapp:+15017122661",
      "configuration": {
        "waba_id": "12345678912345",
        "verification_method": "sms"
      },
      "properties": {
        "quality_rating": "HIGH",
        "messaging_limit": "10K Customers/24hr"
      },
      "compliance": {
        "countries": [
          {
            "country": "US"
          }
        ]
      }
    }
  ]
}