Skip to main content
The Configuration API controls resources and rules shared across a Text organization. It covers agent and bot accounts, groups and access rules, greetings, properties, tags, and webhook registrations.

Before you start

For access requirements and version support, see:

Authorization
Scopes
API versioning

Propagation delay

Changes made through the Configuration API can take up to 2 minutes to take effect.

Configuration resources

For a broader comparison, see Management APIs.

Batch requests

Batch methods run the same operation on multiple resources in one request. Items are processed concurrently, so execution order is not guaranteed. The responses array follows the order of the input, and a failed item does not affect the other items.
A batch request requires the same scopes as the corresponding non-batch method. You cannot mix methods in one batch request.
Send a POST request to the batch method URL with a requests array. Each item uses the request payload of the corresponding non-batch method.
AgentsBots

Example: delete multiple agents

Request
Response