GET
/
v3
/
products
/
{id}
curl --request GET \
  --url https://api4.kinbox.com.br/v3/products/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "_id": "<string>",
  "name": "<string>",
  "description": "<string>",
  "price": 123,
  "workspaceId": 123,
  "createdAt": "2023-11-07T05:31:56Z",
  "lastUpdateAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
number
required

Response

200 - application/json

The response is of type object.