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.

Last updated

Was this helpful?