Retrieve an RCS agent
Returns the configuration and current state of the specified RCS agent.
Path parameters
RCS agent ID
Response
Successful response with the RCS agent
Example response
{
"data": {
"agent_id": "TestAgent",
"agent_name": "Test Agent",
"created_at": "2024-01-01T12:00:00.000Z",
"enabled": true,
"profile_id": "4001932a-b8a3-42fc-9389-021be6388909",
"updated_at": "2024-01-01T12:00:00.000Z",
"user_id": "2ecf295b-36c6-4d43-ad05-71eb1e560518",
"webhook_failover_url": "http://example.com",
"webhook_url": "http://example.com"
}
}Changes
Changed in 2 of the 61 revisions of this API.7
- ▲
the response's body type/format changed from
object/to/for status4XXresponse-body-type-changed
- ▲
the
errors/items/response's property type/format changed fromobject/to/for status4XXresponse-property-type-changed
- ▲
the
errors/items/coderesponse's property type/format changed frominteger/int32tostring/for status4XXresponse-property-type-changed
This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the response's body type/format changed from
/toobject/for status4XXresponse-body-type-changed
- ▲
the
errors/items/response's property type/format changed from/toobject/for status4XXresponse-property-type-changed
- ▲
the
errors/items/coderesponse's property type/format changed fromstring/tointeger/int32for status4XXresponse-property-type-changed
- ▲
the
errors/items/source/pointerresponse's property type/format changed fromstring/json-pointertostring/for status4XXresponse-property-type-changed
This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲