Skip to main content
Fetches all available customer lists with pagination support. Use the page query parameter to navigate through pages.

Request Example

curl --request GET \
  --url 'https://api.olimi.ai/api/external/v1/customer-lists?page=1' \
  --header 'x-api-key: YOUR_API_KEY_FROM_DASHBOARD'