Online Bookings - Support Forum

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Login with Facebook Sign In with Google Sign In with Twitter
Please note this is a public discussion forum. Never share transactional / customer information and account information.

Issue reports and priority requests should be reported as tickets in your support console.

See our Forum Use Policy for more information.
Oauth 2.0 authorization
  • Hi,

    I'm trying to go through the Oauth 2.0 authorization process, for that reason I would like to go autorize my Python client but on your side seem there is an error:
    If I go to the authorize URL that you provided https://brinvecon.checkfront.com/oauth/authorize/ I got a 404 error (Sorry the page you are requesting does not exist here.)

    It appears that this is a BUG on your side,

    I know that eventually I can do requests without using the client authorization process but simply clicking on the "Generate Access Token" button and use the Access and Refresh tokens for placing requests.
    The meaning of going through the whole authorization process is because I need to authorize requests in a Python client and so making sure that all steps are fullfilled.
    I will be otherwise very welcomed if you can provide me a sample code to get an API request example made in Python to make my life easier.

    Thanks!!!