Platitun · API · Figures and rating · My buyers

My buyers

GET /api/v1/clients

Key scope: stats · read only

How many regular buyers you have and when their subscriptions with you end. Buyers are ANONYMISED: no email, no nickname, no internal id — exactly as in the cabinet.

The API is not a way around what the interface closes: you cannot learn WHO exactly bought, neither here nor anywhere else.

Query filters

FieldTypeWhat it is
limitintegerHow many records to return. Default 50, maximum 200.
skipintegerHow many records to skip. There is no cursor here: the list is grouped by buyer and ordered by purchase count.

Response fields

FieldTypeWhat it is
totalintegerHow many buyers in total.
items[].labelstringA position number in the list, not a person identifier.
items[].purchasesintegerHow many purchases they made from you.
items[].subscriptionEndsAtstring|nullWhen their nearest subscription with you ends.
items[].regularbooleanWhether they are a regular buyer.

Nearby in this section