GET
/
utils
/
weight
curl --request GET \
  --url https://api.mervii.com/beta/utils/weight \
  --header 'Authorization: Bearer <token>'
{
"data": [
{
"description": "0 gram to 500 gram of weight",
"weight": "0-500 gram",
"weight_code": "0.50"
},
{
"description": "600 gram to 1Kg",
"weight": "0.6KG-1KG",
"weight_code": "1.00"
}
],
"message": "Weight list successfully fetched !",
"status": true
}

Authorizations

Authorization
string
header
required

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

Headers

cache-control
string
Example:

"no-cache"

postman-token
string
Example:

"<calculated when request is sent>"

host
string
Example:

"<calculated when request is sent>"

user-agent
string
Example:

"PostmanRuntime/7.39.1"

accept-encoding
string
Example:

"gzip, deflate, br"

connection
string
Example:

"keep-alive"

Response

200 - application/json

su / success

The response is of type object.