Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"type": "sender",
"info": "{\"name\": \"Ade John\", \"state\": \"lagos\", \"address\": \"no 1, Ikoyi street\", \"phone\": \"+2345034929384\"}"
}
Request Code Samples
curl --location --globoff 'https://api.enviablelogistics.com/delivery-info' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"type": "sender",
"info": "{\"name\": \"Ade John\", \"state\": \"lagos\", \"address\": \"no 1, Ikoyi street\", \"phone\": \"+2345034929384\"}"
}'
Responses
application/json
Modified at 2024-09-18 19:39:03