cURL
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 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Product details
Was this page helpful?