Skip to content

Get product by id

GET
/product/{id}

The route to get a product

Authorizations

bearer
Type
HTTP (bearer)

Parameters

Path Parameters

id*
Type
string
Required
Example""

Responses

application/json
JSON
{
"product": "string",
"stageGraph": [
]
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI