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 members 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 member objects.
string
Unique member ID.
string
Member’s first name.
string
Member’s last name.
string
Member’s email address.
string
Member’s phone number.
boolean
true if the member’s account is active.
string
ID of the role assigned to this member.
object
The role object containing id and name.
string
The client account ID this member belongs to.
object
Standard pagination envelope. See Pagination.

Code examples

Example response