Zum Hauptinhalt springen
GET
/
api
/
developers
/
v1
/
agents
/
{id}
Get a single agent
curl --request GET \
  --url https://app.fluently.at/api/developers/v1/agents/{id} \
  --header 'Authorization: Bearer <token>'
{
  "agent": {
    "id": "<string>",
    "name": "<string>",
    "numbers": [
      "<string>"
    ],
    "company": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z"
  }
}

Autorisierungen

Authorization
string
header
erforderlich

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Pfadparameter

id
string
erforderlich

The agent’s ID

Antwort

Agent detail

agent
object
erforderlich