GET /v1/agent
Autenticacion
Este endpoint requiere tu token de API. Incluyelo en el body comotoken o como query param token/api-token. Ve Autenticacion para mas detalles.
Ejemplo de request
Respuesta
200 OK
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Endpoint GET /v1/agent
GET /v1/agent
token o como query param token/api-token. Ve Autenticacion para mas detalles.
curl -X GET "https://api.shimli.app/v1/agent?id=ID_AGENT&token=TOKEN_SHIMLI" \
-H "Content-Type: application/json"
{
"statusCode": 200,
"body": {
"err": false
}
}
Was this page helpful?
