Skip to content
VANGUARD OpenAPI
Main Navigation
API Reference
Appearance
Menu
Return to top
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
200
404
500
Content-Type
application/json
Schema
JSON
JSON
{
"product"
:
"string"
,
"stageGraph"
:
[
]
}
GET
/product/{id}
Playground
Server
Select a server...
Authorization
bearer
Variables
Key
Value
id
*
Try it out
Samples
Powered by
VitePress OpenAPI