[#1172] REST API Returning 403 for all requests except auth

Migrated from Redmine #1172 | Author: Stefan Orr
Status: Feedback | Priority: Immediate, there is BUG! | Created: 2024-02-20


I am able to authenticate using https://user-api-v2.simplybook.me/admin/auth and get a token. I can also refresh my token at https://user-api-v2.simplybook.me/admin/auth/refresh-token. But whenever I try use any other endpoint I am getting:


{
    "code": 403,
    "message": "Access denied",
    "data": [],
    "message_data": []
}

Chan wing wrote:

Stefan Orr wrote:

I am able to authenticate using https://user-api-v2.simplybook.me/admin/auth and get a token. I can also refresh my token at https://user-api-v2.simplybook.me/admin/auth/refresh-token. But whenever I try use any other endpoint I am getting:

[…]

I HAVE SAME PROBLEM , ANYINE CAN SOLVE ?

Dmytro Bondarev wrote:

Hi, please try again. It should work now.
We would suggest you to use user-api-v2.simplybook.asia endpoint.