Developer
Developer - Customers

List Customers By Recency

List all customers ordered by the developer's most-recently-used.

Restricted to developer users. The developer's current customer is pinned first; remaining customers are ordered by last_used_at DESC NULLS LAST, then by name.

get/developer/customers/recents

Response

Successful Response

idstring uuid required

Customer UUID

namestring required

Customer name

last_used_atstring date-time nullable

When the developer last switched to this customer

is_currentboolean required

Whether this is the developer's current customer

Changes

No recorded changes to this endpoint across all 2 revisions of this API.