List all customers
List all customers in your organization with pagination.
Introduction
The FeatureOS list all customers API allows you to retrieve information about your customers. You can also retrieve customers' associated data.
GET
https://api.featureos.app/api/v3/customers
curl -X GET 'https://api.featureos.app/api/v3/customers' \
-H 'API-KEY: YOUR_API_KEY' \
-H 'Content-Type: application/json'Headers
| Parameter | Default | Description |
|---|---|---|
| API-KEY | - | Generate from organization settings on the admin dashboard. |
Query Parameters
| Parameter | Default | Description |
|---|---|---|
| limit | 30 | Limits the number of results returned. |
| page | 1 | Page number of the results to fetch. |