Zum Hauptinhalt springen
GET
/
agents
/
{id}
Get agent
curl --request GET \
  --url https://api.telli.com/v2/agents/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "type": "<unknown>",
  "title": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "language": "<string>"
}

Autorisierungen

Authorization
string
header
erforderlich

API key authentication. Use your telli API key as the bearer token.

Pfadparameter

id
string<uuid>
erforderlich

Antwort

OK

id
string<uuid>
erforderlich
type
any
erforderlich
title
string
erforderlich
createdAt
string<date-time>
erforderlich
language
string
erforderlich