RCS Agents

List RCS agent test devices

Lists test devices attached to an RCS agent.

get/rcs/agents/{id}/test_devices

Path parameters

idstring uuid required

The Telnyx-assigned agent identifier.

Response

Test devices attached to the agent.

test_device_idstring uuid required
phone_numberstring required
invite_status'PENDING' | 'ACCEPTED' | 'DECLINED' required

Example response

[
  {
    "test_device_id": "44444444-4444-4444-8444-444444444444",
    "phone_number": "+13125550123",
    "invite_status": "ACCEPTED"
  }
]

Changes