---
title: "Get product info"
method: GET
path: "/api/products/{id}"
tags: ["products"]
---

# Get product info

`GET /api/products/{id}`

Fetch product and all relevant information such as product name, pricing plans, authors and more.

## Path parameters

- `id` integer, required

## Query parameters

- `key` string
- `secret` string

## Response `200`

Get product info

---

[API](https://skmtc.dev/myablefy/apis/api-title.md) · [All operations](https://skmtc.dev/myablefy/apis/api-title/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/myablefy/api-title/revisions/4b34da2462ed/schema)
