API
Using the API keys and an OAuth2 grant you will be able to access API resources for your campaign.
The resources are currently limited to the ones exposed in the JS SDK. If you require an SDK for a specific language or need direct access to THX please contact the team through Discord.
HTTP
Since HTTP is language agnostic you can use an HTTP client in your language of choice to access the API. It's not as easy as using our SDK, but if you are familiar with making HTTP requests this should be doable.
Authorization
First of all you'd need to authorize your app with our API. For that you need to register an API client in Campaign -> Developer -> API Keys. Make sure to choose the client_credentials
grant.
API Specification
After obtaining your access_token
you can use it to make authorized requests to our REST API. Inspect the API spec for providing Custom Quests with event requirements.
Last updated