Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --globoff 'https://api.enviablelogistics.com/fees' \
--header 'Authorization: Bearer <token>'
Responses
application/json
{"data":{"id":1,"per_distance":0,"per_kg":0,"value_fee":23,"value_fee_enabled":1,"service_charge":0,"service_charge_enabled":1,"tax_rate":0,"tax_rate_enabled":1},"message":"Okay"}
Modified at 2024-09-19 07:03:25