Skip to main content
POST
/
contacts
/
insert-cal-data
Insert cal data
curl --request POST \
  --url https://api.cleartalk.ai/contacts/insert-cal-data \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "apiKey": "api-key-example"
}
'

Authorizations

x-api-key
string
header
required

API Key for authentication

Body

application/json
apiKey
string
required

Cal api key

Example:

"api-key-example"

Response

201 - undefined