Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

Bearer token via Authorization header

Headers

Idempotency-Key
string

Optional client key. Reusing the same key with the same request body by the same authenticated caller within 24 hours returns the already-created session instead of a second one.

Body

application/json
title
string
required
Required string length: 1 - 120
agent
string
Required string length: 1 - 64
description
string
Maximum string length: 280

Response

Created session

session
object
required