Dialgood
  1. DG
Dialgood
  • DG
    • Place Outbound Call
      POST
    • Message Announcement
      POST
    • Clear Outbound Call Queue
      DELETE
    • Get Agents
      GET
    • Get Call Recording
      GET
  1. DG

Get Call Recording

Developing
GET
https://api.dialgood.com/external/v1/recording/{callId}

Request

Authorization
Add parameter in header
api_token
Example:
api_token: ********************
Path Params

Header Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.dialgood.com/external/v1/recording/' \
--header 'Accept: application/json' \
--header 'api_token: <api-key>' \
--header 'Content-Type: application/json'
Response Response Example
{
    "url": "https://jb-call-recordings.s3.ap-southeast-2.amazonaws.com/2025/12/01/40b3b0f8-5a4f-4344-899b-e1364b0f40234.wav"
}
Modified at 2025-12-02 07:15:10
Previous
Get Agents
Built with