Products

List all products owned by current account

⚠️ G2 is currently restricting access to this endpoint. This endpoint shows subscription-specific product information, of products that the current account has ownership of.

get/api/v2/users/me/products

Query parameters

page[size]integer

Number of records per page (default: 25, max: 250)

page[after]string

Cursor for fetching the next page of results

page[before]string

Cursor for fetching the previous page of results

fields[products]string[]

Comma separated list of fields for products to include in response

includestring[]

Comma-separated list of relationships to include (e.g. categories,subscribed_categories)

filter[product_id][]string[]

Filter by one or more product UUIDs

filter[slug][]string[]

Filter by one or more product slugs

Response

With all fields and relationships

Changes