Pickup Hubs

This is the endpoint for provides a list of all Fez hubs in a state.

Delivery Time Estimate

Endpoint => /hubs/{stateId}

GET /hubs/{stateId}

Headers

Name
Type
Description

Authorization *

String

Your Bearer Token

secret-key*

String

Your Secret Key

{
    "status": "Success",
    "description": "Hubs fetched successfully",
    "hubs": [
        {
            "id": 1,
            "name": "Lagoswa",
            "address": "Lagos Nigeria"
        },
        {
            "id": 15,
            "name": "C-98100-753",
            "address": "custom road"
        }
    ]
}

Last updated