Hello i am trying to get the booking details but get the Token without using the login and password of a specific company
I am calling this api to get the token
https://cluster-api.simplybook.pro/auth
and then to test the token i call successfully
https://cluster-api.simplybook.pro/companies?filter[status]=active
and get results
After that i try to call
https://cluster-api.simplybook.pro/companies/bahrain/api-token
to get the company token but the response is
{“code”:403,“message”:“Access disabled”,“data”:[],“message_data”:[]}
The target is to call
https://user-api-v2.simplybook.pro/admin/bookings/{ID}
The cluster name is : dolcegabbana
