GET /products/
Get detailed product information by slug. Includes categories, subscription variants, course structure, and codes availability.Authentication
None required.Path Parameters
Example Request
Response
Success (200)
The response uses the sameProductResource structure as the list endpoint, including nested price, stock, and seo objects. Subscription variants and course data are included when applicable.
subscription_variants field contains plan options with localized formatting:
course field contains the course structure:
Error Responses
Products with status
3 (hidden/deleted) are excluded from this endpoint.GET /products//variants
Get subscription variants for a subscription product. Returns active variants sorted by display order.Authentication
None required.Path Parameters
Example Request
Response
Success (200)
The variants endpoint returns raw database fields (not the ProductResource format):Error Responses
GET /products//related
Get products related to the specified product, based on shared categories.Authentication
None required.Path Parameters
Query Parameters
Example Request
Response
Success (200)
Returns the sameProductResource structure as GET /products. See List Products for the full response schema.

