I am receiving the following errors in my sandbox when trying to get bookings thru API. When I switch to production I can get the bookings object back. How do I activate appointments/bookings in sandbox?
Edit: I also get the error in the API Explorer sandbox
errors: [
[Object: null prototype] {
category: ‘AUTHENTICATION_ERROR’,
code: ‘UNAUTHORIZED’,
detail: ‘Merchant not onboarded to Appointments’
}
]