Skip to main content
GET
/
lead
/
{leadId}
/
page-history
cURL
curl --request GET \
  --url https://api.closebot.com/lead/{leadId}/page-history \
  --header 'X-CB-KEY: <api-key>'
[
  {
    "id": 123,
    "url": "<string>",
    "path": "<string>",
    "domain": "<string>",
    "title": "<string>",
    "visitedAt": "2023-11-07T05:31:56Z"
  }
]

Authorizations

X-CB-KEY
string
header
required

CloseBot API Key Authorization

Path Parameters

leadId
string
required

Query Parameters

limit
integer<int32>
default:20

Response

Success

id
integer<int32>
url
string | null
path
string | null
domain
string | null
title
string | null
visitedAt
string<date-time>