f81ca70ea6b9
latestOpenAPI 3.1.02026-08-105471692.1 MBWhatsApp Calling
Get a call recording
Resolves a fresh, playable MP3 URL for the call's recording. Provider-signed recording URLs expire ~10 minutes after signing, so the recordingUrl stored on the call is usually stale by the time it is played; this endpoint re-signs on demand. Default responds 302 Found redirecting to the fresh URL (point an <audio> element or a link straight at this endpoint); pass as=json to receive { url } instead.
get/v1/whatsapp/calls/{id}/recording
Path parameters
idstring required
Query parameters
accountIdstring required
as'json'
json returns { url } instead of a 302 redirect.
Response
Recording URL (as=json only).