For all api requests, you must have a trailing slash (/) at the end of your
request. Otherwise, your request will be rejected as ‘Method not allowed’
API Endpoints
Customer API
Use the Customer API to programmatically pull customers when embedding your dashboards. This allows you to use Explo without necessarily storing any of our tokens in your database, keeping your integration more clean and flexible. You’ll reference your customer both in the API and in your Explo queries using a provided_id, which is the id you give us when creating a customer. Usually, this is the id of your customer in your own database. The API Token you authenticate your request with is associated with a Data Visibility Group. Only customers in that visibility group will be pulled.Export Dashboard API
Use the Export Dashboard API to programmatically pull PDF or image screenshots of your dashboards.Resource API
The Resource API was formerly referred to as the Dashboard API.
Partners API
To get set up with the Partners API, reach out to Explo Sales.
End User Group API
The End User Group API is now deprecated and has been replaced by the Customer
API. Each End User Group entity corresponds to a Customer entity, with its
user_group_id
corresponding to a Customer customer_id
.End User API
The End User API is now deprecated and has been replaced by the Customer API.