GET
/
v1
/
products
/
{product_id}
Get Product by ID
curl --request GET \
  --url https://sandbox.api.withgale.com/v1/v1/products/{product_id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

product_id
string
required

Response

200 - application/json

Product found

The response is of type object.