Products V2

Retrieve Product

Retrieves a product by ID. Requires products:read scope.

get/v2/products/{id}

Path parameters

idstring required

Product ID

Product ID

Response

Success

idstring required

Unique identifier for the product

object'product' required

Object type, always product

application_idstring required

ID of the application this product is stored under

project_idstring required

ID of the project this product belongs to

identifierstring required

Platform-specific product identifier

namestring nullable required

Display name of the product, or null

monthly_billing_plan_trial_period_daysnumber nullable required

Monthly billing plan trial days, or null

entitlementsstring[] required

List of entitlement IDs granted by this product

created_atstring required

ISO 8601 timestamp of when the product was created

updated_atstring required

ISO 8601 timestamp of when the product was last updated

metadataobject required

Changes

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