Customers
List customers
GET

/api/customers/

X-API-KEY*
Authorization*
curl --request GET \
  --url https://api.uselotus.io/api/customers/ \
  --header 'Authorization: <authorization>' \
  --header 'X-API-KEY: <x-api-key>'

Retrieves an array of customer objects.

lotus.list_customers()

Authorizations

Authorization[header]required
string

Token-based authentication with required prefix "Token"

Response

array