v1

latestSwagger 2.02026-08-06114161439.7 KB
call

Returns a specific call record referenced by the ID given

Retrieves a specific call record formatted for webhook delivery. Returns call data in a structure optimized for webhook integrations and real-time event notifications to external systems.

get/call/webhook

Query parameters

idinteger required

Identification ID of the record to be returned. Required integer.

format'xml' | 'json'

Response serialization format. Accepts 'json' or 'xml'. Default is 'xml' for /call/webhook (all other endpoints use JSON by default).

Response

Call record formatted for webhook delivery with integration-friendly structure

resultstring required

Outcome of the request. String, typically 'success' or 'error'.

errstring

Error message when result='error'. String. Empty/null on success.