Skip to main content
GET
/
products
/
{product_id}
Get product by ID
curl --request GET \
  --url https://api.projectcor.com/v1/products/{product_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": 123,
  "name": "<string>",
  "client_id": 123,
  "brand_id": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

product_id
integer
required

Response

200 - application/json

Product details

id
integer
name
string
client_id
integer
brand_id
integer