Product
Get product
Get product
get/ecosystems/{ecosystem_id}/products/{id}
Path parameters
ecosystem_idstring required
idstring required
ID of the record you are acting upon.
Response
Product
Example response
{
"status_code": 200,
"status": "OK",
"data": {
"id": "12345",
"sequence": 1,
"count": 1,
"logo": {
"id": "12345",
"content_type": "application/jpeg"
}
}
}