Skip to main content
GET
List My Products

List My Products

Returns all products that the authenticated customer has purchased or has active. Used on the customer’s account page to show active memberships, passes, and add-on products.

Authentication

Requires a valid customer bearer token.

Query Parameters

_shape
string
Comma-separated list of field paths to include in the response. When provided, only the specified fields are returned — useful for reducing payload size. Supports nested paths using dot notation. Example: _shape=Records.Product.Name,Records.Price,Records.Quantity.

Response

Returns an array of CoworkerProduct objects with the following fields.

CoworkerProduct Fields

Identity

Pricing

Billing

Product Details

Nested Product Fields

Timestamps (from base)

Examples

Fetch my products

TypeScript Integration