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/delivery-info' \
--header 'Authorization: Bearer <token>'
Responses
application/json
{"data":[{"id":1,"user_id":1,"info":{"name":"Ade John","state":"lagos","address":"no 1, Ikoyi street","phone":"+2345034929384"},"type":"sender","created_at":"2024-09-09T03:57:57.000000Z","updated_at":"2024-09-09T03:57:57.000000Z"}],"message":"Okay"}
Modified at 2024-09-18 19:38:55