Getting Started with HXRO API
This page will help you get started with the HXRO API
Obtaining your OCP API key from your Hxro Account.
Login to your Hxro account at https://hxro.io/ and click on 'My Settings' from the profile drop-down menu.
Click on the toggle to open your 3rd-Party-API Token then select "CREATE TOKEN"
Include your generated token in your header when accessing the Hxro Api:
Important note: your ocp-apim-subscription-key and your 3rd party API key are the same key
For Example, in cURL:
curl -X GET 'https://api.hxro.io/hxroapi/api/ContestSeries/running' -H 'Ocp-Apim-Subscription-Key: {Your API Token}'
WARNING DO NOT LET ANYONE ELSE HAVE YOUR 3RD PARTY ACCESS TOKEN, IT PROVIDES ACCESS TO YOUR ENTIRE ACCOUNT
IF YOU BELIEVE YOUR ACCOUNT TOKEN HAS BEEN COMPROMISED CONTACT SUPPORT IMMEDIATELY
Updated about 4 years ago