Skip to main content
GET
/
tools
/
data
Get data from GoHighLevel API
curl --request GET \
  --url https://api.cleartalk.ai/tools/data \
  --header 'x-api-key: <api-key>'

Documentation Index

Fetch the complete documentation index at: https://docs.cleartalk.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

API Key for authentication

Query Parameters

type
enum<string>
required

Type of data to fetch

Available options:
contacts,
calendars,
slot,
tags
calendarId
string

Calendar ID (required for slot type)

startDateTime
number

Start date time in milliseconds (required for slot type)

endDateTime
number

End date time in milliseconds (required for slot type)

timeZone
string

Time zone (required for slot type)

Response

Data fetched successfully