v1
latestOpenAPI 3.0.02026-07-24102143224.1 KBProducts
Get a product by ID
get/v3/products/{id}
Path parameters
idstring required
Example:123e4567-e89b-12d3-a456-426614174000
Product ID
Response
Returns the product information
Example response
{
"payload": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"manufacturerId": "123e4567-e89b-12d3-a456-426614174000",
"name": "Enterprise License",
"displayName": "Enterprise License",
"status": "ACTIVE",
"createdAt": "2023-01-01T00:00:00.000Z",
"updatedAt": "2023-01-01T00:00:00.000Z"
}
}