Hello everyone,
I have just subscribed to square appointment premium. I’m trying to set up an automation with the appointment booking as a trigger.
I created an application via Square developper, to insert my webhook link, in subscriptions I selected all possible events.
My webhook is functional for the appointment, I get all the information, but when I try to find the appointment via GET /v2/bookings/{booking_id}
this error appears:
The operation failed with an error. Error INSUFFICIENT_SCOPES The merchant has not given your application sufficient permissions to do that. The merchant must authorize your application for the following scopes: APPOINTMENTS_READ
Do you have any idea why?
Thanks !