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 Agents

Developing
GET
https://api.dialgood.com/external/v1/agents

Request

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

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.dialgood.com/external/v1/agents' \
--header 'Accept: application/json' \
--header 'api_token: <api-key>' \
--header 'Content-Type: application/json'
Response Response Example
[
    {
        "id": "12345-5797-4115-b028-2ac01174e968",
        "name": "My Agent"
    }
]
Modified at 2025-11-30 11:50:31
Previous
Clear Outbound Call Queue
Next
Get Call Recording
Built with