List my products
Returns products available to the authenticated user based on their permissions and local center membership. Supports filters: exists[localCenter], exists[organisation], exists[isArchived], exists[hasLocalCenterOption], type, and excludeType. Fee product visibility is restricted by online payment eligibility settings, and hidden prices are filtered for non-HR users.
Authorizations
Server-to-server authentication. Generate a token in the admin UI at
Settings → Developers → API Access. Send the raw token in the
Api-Token header — there is no Bearer prefix.
Tokens can be marked read-only at creation time, in which case the API
rejects any non-GET request with 403 Forbidden.
Query Parameters
The collection page number
The number of items per page
0 <= x <= 100Enable or disable pagination
asc, desc Response
Product collection
"/api/v1/local_centers/1"

