Products V2

List Products

Returns a list of products for the specified project. Requires products:read scope. The project_id query parameter is required.

get/v2/products

Query parameters

limitstring

a string to be decoded into a number

Maximum number of items to return (1-100, default: 10)

starting_afterstring

a string to be decoded into a number

a string to be decoded into a number

ending_beforestring

a string to be decoded into a number

a string to be decoded into a number

project_idstring required

Filter by project ID (required)

Filter by project ID (required)

'ios'

Apple App Store

OR
'android'

Google Play Store

OR
'stripe'

Stripe

OR
'promotional'

Promotional (manual grants)

OR
'custom'

Custom (external purchase controller)

Platform the product belongs to

Response

Success

object'list' required

Object type, always list

url'/v2/products' required

API endpoint URL for this list

has_moreboolean required

Whether there are more results available beyond this page

Changes

No recorded changes to this endpoint across all 1 revision of this API.