The Bundle did not pass through the filter and 403 status code!

I am creating an appointment setter to book appointments in GHL, I just figured out the GHL v2 API somehow, but now I am getting this error The Bundle did not pass through the filter for both of the path of the routers I have set up with the filters, then when I look at the the status code after the router like of the webhook response , I get status code 403, I don’t know that whether I am getting the status code 403 as the bundle did not pass through the filter or am I getting the bundle did not pass through the filter because status code is forbidden 403. And I am not also able to understand that why am I getting the status code 403 as I am the agency admin & owner of my ghl account. Kindly, help me !



Hey Aiza,

can you share the output of the HTTP module and what are you filtering for?

From the screenshot it looks like it has something to do with the token, but it will be better if we see the whole message.

@Stoyan_Vatov Thanks for responding ! Here are the screenshots:



And this is the input for the filter:

Ok that;s the input of the module, can you click on the bubble with 1 inside next to it to see the output?

Also I dont get the second filter with Data = no longer . Is this a valid output of the module?

Here is the output:


and yeah it’s valid, it means that slot the user asked for is no longer available.

Ok check your settings on GHL side. It seems it has something to do with the scope this token was created with and it needs to be expanded.

I have tried everything in ghl, I have provided the permissions for editing calendars like all the permissions for calendars in scope. I am having agency owner access to the account also, then I don’t know why I get this error.

Check the API endpoint you are hitting and double check the configuration of the HTTP module in that case. Maybe there is a mismatch there causing it to try and access a different location.