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

Authorizations

X-API-Key
string
header
required

Path Parameters

session_id
string<uuid>
required

Response

Successful Response