Skip to main content

Endpoint

Headers

string
required
Your public API key.
string
required
Your API secret. Use a stl_test_... value in sandbox, stl_live_... in production.
string
required
The ID of the business whose customers you want to list.

Query parameters

integer
Page number. Defaults to 1.
integer
Records per page. Defaults to 10.
See Pagination for full usage.

Response

boolean
true on success.
string
Human-readable outcome.
array
Array of customer objects.
string
Unique customer ID.
string
Full name of the customer.
string
Customer’s phone number.
string
Customer’s email address.
string
ISO 8601 timestamp of when the customer record was created.
string
The NUBAN account number assigned to this customer.
integer
The current page number.
integer
The page size used for this response.
integer
Total number of records matching the current query, across all pages.
integer
The final page number, derived from total ÷ limit. See Pagination — this endpoint uses Shape B.

Code examples

Example response