Skip to main content
POST

Check Callback Constraints

Validate a proposed callback configuration without persisting changes. Useful to surface errors in the UI before submitting Set Agent as Callback or Update Callback Sources.

Endpoint

Path parameters

string
required
Agent UUID being configured as callback.

Request headers

string
required
Bearer token. Format: Bearer talq_your_environment_token_here
string
required
Must be set to application/json

Request body

boolean
Whether this agent should be marked as a callback agent.
array
Array of source agent UUIDs.
array
Statuses of source-agent calls that make a contact eligible for callback (e.g., ["no_answer", "voicemail"]).

Examples

Response

Valid

Invalid