GET
/
utils
/
weight
"{\n    \"status\": true,\n    \"message\": \"Weight list successfully fetched !\",\n    \"data\": [\n        {\n            \"weight\": \"0-500 gram\",\n            \"weight_code\": \"0.50\",\n            \"description\": \"0 gram to 500 gram of weight\"\n        },\n        {\n            \"weight\": \"0.6KG-1KG\",\n            \"weight_code\": \"1.00\",\n            \"description\": \"600 gram to 1Kg\"\n        }\n    ]\n}"

Authorizations

Authorization
string
headerrequired

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

Headers

Authorization
string
Cache-Control
string
Postman-Token
string
Host
string
User-Agent
string
Accept
string
Accept-Encoding
string
Connection
string
accept
string

Response

200 - text/plain

The response is of type string.

Was this page helpful?