The VenueOps Open API Help | Get Token Page ( https://help-api.venueops.com/#overview--get-token) contains the following instructions:
All endpoints in this API require JSON Web Token (JWT) authentication. To receive a token a separate HTTP endpoint must be engaged. Our Integration team or Client Success team will provide the URL of this authentication API.
The URL that is needed to get the token is:
https://auth-api.[cluster]-venueops.com/token
Where [cluster] is the name of your cluster. Determine the Cluster Code from this page.
EG
For NA:
https://auth-api.venueops.com/token
For APAC:
https://auth-api.ap-venueops.com/token
The client should use auth- with a POST to get the token (as in the URL above). For actual API calls, remove the
auth- from the URL.
Comments
0 comments
Article is closed for comments.