Skip to main content
GET
/
lead-sessions
List Lead Sessions
curl --request GET \
  --url https://api.example.com/lead-sessions \
  --header 'X-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Query Parameters

channel
string | null
channelId
string | null
status
string | null
limit
integer
default:20
Required range: 1 <= x <= 100

Response

Successful Response