Agent Versioning - Versions
Test call with version config
Deprecated. Test-calls are exempt from the v1 write-block and remain functional. Migrate to POST /agent/{id}/branches/{branchId}/test-call with revisionId. Will be removed at the sunset date.
| Initiate a test call using a specific published version's configuration. The response always includes conversationId and callId. For webcall and chat, it also includes token, roomName, and host. Those fields are omitted for telephony.
post/agent/{id}/versions/{versionId}/test-call
Path parameters
idstring required
The agent ID.
versionIdstring required
The published version ID
Request body
Response
Test call initiated
Example response
{
"status": true
}