> ## Documentation Index
> Fetch the complete documentation index at: https://docs.explo.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

<Info>
  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'
</Info>

## 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](/managing-permissions/visibility-groups). 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

<Info>The Resource API was formerly referred to as the Dashboard API.</Info>

Use the Resource API to pull a list of all your Explo resources and their various attributes.

### Partners API

<Info>To get set up with the Partners API, reach out to Explo Sales.</Info>

Use the Partners API to allow your customers to easily create accounts in Explo with your data sources connected.

### End User Group API

<Info>
  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`.
</Info>

Use the End User Group API to programmatically pull end user groups 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.

The API Token you authenticate your request with is associated with a [Data Visibility Group](/managing-permissions/visibility-groups). Only end user groups in that visibility group will be pulled.

### End User API

<Info>
  The End User API is now deprecated and has been replaced by the Customer API.
</Info>

Use the End User API to programmatically manage individual end users information.
