v47

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-181,0851,7264.5 MB
RCS

List all RCS agents

get/messaging/rcs/agents

Query parameters

page[number]integer
page[size]integer

Response

Successful reponse with the list of RCS agents

Example response

{
  "data": [
    {
      "agent_id": "TestAgent",
      "user_id": "2ecf295b-36c6-4d43-ad05-71eb1e560518",
      "profile_id": "4001932a-b8a3-42fc-9389-021be6388909",
      "webhook_url": "http://example.com",
      "webhook_failover_url": "http://example.com",
      "agent_name": "Test Agent",
      "enabled": true,
      "created_at": "2024-01-01T12:00:00.000Z",
      "updated_at": "2024-01-01T12:00:00.000Z"
    }
  ],
  "meta": {
    "total_pages": 3,
    "total_results": 55,
    "page_number": 2,
    "page_size": 25
  }
}