Skip to main content
GET
/
botMetric
/
actionCount
Get action count
curl --request GET \
  --url https://api.closebot.com/botMetric/actionCount \
  --header 'X-CB-KEY: <api-key>'
123

Authorizations

X-CB-KEY
string
header
required

CloseBot API Key Authorization

Query Parameters

leadId
string

Optional lead ID.

sourceId
string

Optional source ID.

botId
string

Optional bot ID.

start
string<date-time>

Optional start date.

end
string<date-time>

Optional end date.

Response

Success

The response is of type integer<int32>.