Authentication OAuth2
ENVIRONMENT ENDPOINTS
- Production: POST https://oauth2.oneboxtds.com/oauth/token
- Test: POST https://oauth2-pre.oneboxtickets.net/oauth/token
AUTHENTICATION TYPES
We have several public APIs to obtain a token for API authentication, one of them is a Authentication OAuth2 API that will let you to obtain a token to use the others API's .
Depending on the integration need, it must be authenticated in one way or another as can be seen in the graphic above.
HOW TO GET THE TOKEN
Depending on the integration, one tutorial or another must be followed to obtain the correct token successfully:
- Seller Channel Client: check the tutorial
- Event and Channel Managers: check the tutorial
- Access Control Client: check the tutorial