View Categories

Call Recording

Overview

ENDPOINT/admin/api/nexbro/v1/call/recording/{call_uuid}
Methods SupportedGET
DescriptionThis endpoint is used to fetch call recording. By providing the call_uuid

Parameters

The following parameter’s required to fetch the call recording.

Parameter NameParameter RequirementParameter Data TypeExampleDescription
call_uuidrequiredStringca3a834a-d4a7-48ab-a7fc-7a20fd577884The uuid of the call

Response Codes

The following response codes are returned by the API.

HTTP CODESummaryDescription
404HTTP_NOT_FOUNDReturned when the specified call recording not found.
200HTTP_OKReturned when the request is processed successfully.
500INTERNAL_SERVER_ERRORReturned when an unexpected error occurs on the server while processing the request.

Example

cURL
Copy to clipboard
curl --location 'https://your-nexbro-domain.com/admin/api/nexbro/v1/call/recording/6075d782-1fd2-40a4-bcfe-d29638f2d598' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: sk_live_tTD9RQfK2q2pdsqIEIca53y3gkGll1brp0mWLMeG6vnmrDHYZ1ThOupslBHg' \
--output ~/Downloads/6075d782-1fd2-40a4-bcfe-d29638f2d598.wav