List customers

View as Markdown

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

limitstringOptional

1–100, default 25.

cursordatetimeOptional

Pagination cursor from a previous response (ISO timestamp).

statusenumOptional
Allowed values:

Response

OK
objectenum
datalist of objects
has_moreboolean
next_cursorstring or null

Errors

401
Unauthorized Error
429
Too Many Requests Error