API Reference

Authenticate

Login authentication

🚧

Important! Please ensure that you have the client_id and client_secret available.

As credentials can be obtained through your account on the Ticto dashboard.

Ticto Dashboard

The protocol used for authentication at Ticto is OAuth2. You can find documentation on OAuth2 at the following link: https://oauth.net/2/. The access token has a validity period of 1 hour, so it is necessary to implement the refresh token. For more information on the implementation based on your programming language, please visit this link: https://oauth.net/code/. This implementation ensures a correct and authenticated return to our service resources.

Language
Click Try It! to start a request and see the response here!