Retrieve details about a specific product
Documentation Index
Fetch the complete documentation index at: https://docs.withgale.com/llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | Product ID |
| Status | Description |
|---|---|
active | Available for sale |
inactive | Temporarily unavailable |
archived | Removed from catalog (soft deleted) |
| Status Code | Error Code | Description |
|---|---|---|
| 401 | unauthorized | Invalid or missing API key |
| 404 | not_found | Product not found |
| 429 | rate_limit_exceeded | Too many requests |