Notifications
Clear all
Topic starter
When attempting to check the calendar in GoHighLevel for available time slots using a function call within a multi-prompt on callin.io, I'm receiving an invalid JWT from GoHighLevel. I've verified that I'm using the correct GoHighLevel API key, calendar ID, and user ID.
What might I be doing incorrectly?
Posted : 22/01/2025 5:51 pm
I believe you should first utilize the "Make an API Key Auth Request" module, directing it to this URL: https://services.leadconnectorhq.com/oauth/token .
Subsequently, capture the token and incorporate it into your HTTP request module's header:
Authorization
Bearer TOKEN
Posted : 23/01/2025 12:21 am