v1
latestOpenAPI 3.0.32026-07-26120117318.1 KBProducts
Get products
Retrieve a single product by ID, or omit the ID to get all dashboard products.
get/products/{id}
Path parameters
idstring required
Qonversion product UID
Response
Product retrieved
Example response
{
"uid": "premium_monthly",
"project_id": 12345,
"type": 1,
"apple_product_id": "com.app.premium_monthly",
"google_product_id": "com.app.premium_monthly",
"google_base_plan_id": "monthly-base",
"stripe_product_id": "prod_abc123",
"duration": 1,
"subscription_duration": "P1M",
"created_at": 1665669916,
"updated_at": 1665669916
}