API ReferenceProductsGet a product by IDGet a product by ID GET /v1/products/:id Retrieve a single product by its unique identifier. Request Responses200401403404Product retrieved successfullyUnauthorized - Invalid or missing tokenForbidden - product:read scope requiredProduct not found