List customers
Returns customers in the calling org, newest first. Cursor-paginated — pass next_cursor from a previous response back as cursor to get the next page.
Authentication
AuthorizationBearer
Send your key in the Authorization header. Keys start with
pivotal_ (production) or pivotal_test_ (test mode, no side
effects on integrations). Rotate keys from
/admin/api-keys — old keys 401 instantly when revoked.
Query parameters
limit
1–100, default 25.
cursor
Pagination cursor from a previous response (ISO timestamp).
status
Allowed values:
Response
OK
object
data
has_more
next_cursor
Errors
401
Unauthorized Error
429
Too Many Requests Error