Making Request
Every request to Product API must be supplied with following below.
HTTP Headers
Content-Type string
Unless stated otherwise, must be application/json.
Accept string
Unless stated otherwise, must be application/json.
Authorization string
JWT Token obtained via User Sign In endpoint.
Authorization is required for all endpoints except User Sign In.
Last updated
Was this helpful?