SystemsX
  • SystemsX
  • Bridge
    • API Create Job
    • API Billing Usage
  • SENSE
    • API - Base URL
    • API Agents - List
    • API Call - Manual Upload
    • API Call - History
    • API Call - Metrics
    • Assist - Integration
    • API Assist - Load
    • API Assist - Functions
    • API Email - History
    • API Email - Create
  • GEO
    • Common - Encode
    • Common - Decode
    • Common - Neighbors
    • Common - Inside Polygon
Powered by GitBook
On this page
  1. SENSE

API Agents - List

List Agents

POST /v2/agents/list

Body

Name
Type
Description

api_key

string

Response

{
    "success": true,
    "agents": [
        {
            "id": 1234,
            "name": "Example",
            "phone_extension": "1000",
            "department": "Sales"
        }
    ]
}
{
  "error": "Invalid request"
}
PreviousAPI - Base URLNextAPI Call - Manual Upload

Last updated 8 months ago