GoHighLevel Calendars API

Find Event Notification

GET/calendars/:calendarId/notifications/:notificationId

GET /calendars/:calendarId/notifications/:notificationId Find Event notification by notificationId It takes 2 path parameters, requires the calendars/events.readonly scope and authenticates with a sub-account (location) token.

Request and authentication

Method
GET
Full URL
https://services.leadconnectorhq.com/calendars/:calendarId/notifications/:notificationId
Scopes
calendars/events.readonly
Token type
Sub-account (location) token
Accepted auth
OAuth Access Token, Private Integration Token
API version header
Version: 2021-07-28
Schema verified
22 June 2026

Path parameters

Substituted into the URL. Required by definition.

NameTypeDescription
calendarIdrequiredstring
notificationIdrequiredstring

Response fields

Top-level fields returned on a successful call.

NameTypeDescription
_idstring

Notification ID

receiverTypestring

One of: contact, guest, assignedUser, emails, phoneNumbers, business

Example: contact

additionalEmailIdsarray

Example: example1@email.com,example2@email.com

additionalPhoneNumbersarray

Example: +919876744444,+919876744445

channelstring

One of: email, inApp, sms, whatsapp

Example: email

notificationTypestring

One of: booked, confirmation, cancellation, reminder, followup, reschedule

Example: confirmation

isActiveboolean

Example: true

additionalWhatsappNumbersarray

Example: +919876744444,+919876744445

templateIdstring

Example: 0as9d8as0d

bodystring

Example: This is a test notification

subjectstring

Example: Test Notification

afterTimearray

Example: [object Object]

beforeTimearray

Example: [object Object]

selectedUsersarray

Example: user1,user2

deletedboolean

Example: false

Example request

Copy-paste ready. Swap YOUR_TOKEN for your access token or Private Integration Token, and the sample IDs for your own.

curl -X GET 'https://services.leadconnectorhq.com/calendars/YOUR_CALENDARID/notifications/YOUR_NOTIFICATIONID' \
  -H 'Authorization: Bearer YOUR_TOKEN' \
  -H 'Version: 2021-07-28'

Skip the schema lookup

Hylo gives your AI agent this schema — and the other 52 documented here — without you looking anything up. Ask in plain English; it picks the endpoint, fills the body, and can run the call against your own sub-account.

More calendars endpoints