top of page
Export API
You can access the API over HTTP using a POST request. The query language used is GraphQL which returns JSON formatted data. The API can be found here: https://api.extellio.com/graphql Authentication All requests to the API need to be authenticated. This is done with a key in the “Authorization” header. If you don’t have a key, you need to contact Extellio to obtain one. The header value should be formatted as a bearer token. Authorization: Bearer <key> This is only an
Script data API
The script that runs on your website uses all settings you can do in our platform to decide how to behave and what data to collect. If you want to collect data in an environment where its not possible to run our script directly, for example a native mobile app or a desktop application you can use our API to get these settings and use it in your own code. The API endpoint is the same as your script but instead of a ".min.js" ending you use the /data/<key> format. The response
bottom of page