API Documentation
Customer API
Resource API
Partners API
End User API [Deprecated]
End User Group API [Deprecated]
Get Customer
The ID you use to identify this customer in your database. This is also the ID you use to reference your customer in Explo queries or access your customer via the API. For more information on example usage, check out
This endpoint gets an existing customer.
Body
The ID you use to identify this customer in your database. This is also the ID you use to reference your customer in Explo queries or access your customer via the API. For more information on example usage, check out this section.
Response
Indicates whether the call was successful. 1 if successful, 0 if not.
The contents of the customer
The customer token (customerToken or CUSTOMER_TOKEN) that will be used to identify which customer is viewing the dashboard. You should save this on your end to use when rendering an embedded dashboard by passing this token into the web component or iframe. Example usage here.
The display name you provided for your customer in Explo.
The ID you use to identify this customer in your database that you provided. This is also the ID you will use to reference your customer in Explo queries or access your customer via the API. For more information on example usage, check out this section.
An array of email addresses you provided for your customer.
An array of group tag names that have been assigned to this customer.
The name of the assigned hierarchy level.
If present, the name of the assigned data visibility group.
True if this customer is a demo customer, which means that data panels will include a demo watermark for the customer. Demo customers do not count towards paid customers.
A set of key-value pairs assigned to this customer. These will be accessible through variables in the dashboards and SQL editor. More information on properties can be found in this section.
A properties object based on the provided properties of this customer and any inherited properties from parent customers.
A set of key-values pairs that map a schema id to the data source that this customer loads data from. For more information on schemas and data sources, check out this section.
A schema datasource mapping object based on the parent_schema_datasource_mapping of the customer and any inherited parent_schema_datasource_mapping from parent customers.