Skip to main content
POST
/
v1
/
agents
/
sessions
Error
A valid request URL is required to generate request examples
{
  "data": {
    "id": "<string>",
    "agent_name": "<string>",
    "title": "<string>",
    "created_by_subject": {
      "subject_id": "<string>",
      "subject_type": "<string>",
      "subject_slug": "<string>"
    },
    "created_at": "<string>",
    "updated_at": "<string>"
  }
}

Authorizations

Authorization
string
header
required

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

Body

application/json
agent_name
string
required

Name of an existing agent in the tenant.

Required string length: 1 - 255

Response

Session created.

data
object
required