Skip to main content
GET
/
agent
/
search
Search agents
curl --request GET \
  --url https://shortext.ny-corp.io/api/agent/search \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": 19,
    "webhook": null,
    "use_ai": true,
    "name": "Shortext",
    "token": null,
    "created_at": "2025-07-23T21:48:35.000000Z",
    "updated_at": "2025-07-23T21:48:35.000000Z",
    "hashid": "AGI-XXXXX"
  }
]

Authorizations

Authorization
string
header
required

Basic Auth

Response

200 - application/json

The data

The response is of type any.