1. Agent Comissions
Autozod
  • Agent
    • Create Agent
      POST
    • Update Agent On Duty Status
      POST
    • Update Agent Location
      POST
    • Search
      POST
    • Delete Agent
      POST
    • List Agents
      GET
  • Agent Comissions
    • List agent commissions
      GET
  • Language Translations
    • Update language translations
      POST
  • Task
    • Create Tasks
      POST
    • Update Task
      POST
    • List Tasks
      GET
    • Delete Task
      POST
    • Update Task Status
      POST
    • Assign Agent
      POST
    • Task Reset
      POST
    • Send notification
      POST
  • ⚙️Settings
    • Team Settings
      POST
    • Team Settings
      GET
    • Get Language Settings
      GET
  • Webhooks
    • Create Webhook
      POST
  • Agent Session
    • Get Logs
      GET
    • Get Active Hours
      GET
  1. Agent Comissions

List agent commissions

GET
{{host}}/api/agent-commission/list

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params

Header Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://www.autozod.app/api/agent-commission/list?team_id=1000' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'
Response Response Example
{}
Modified at 2025-09-14 07:09:31
Previous
List Agents
Next
Update language translations
Built with