# Get FedEx Smartpost hub details

Get FedEx Smartpost hub details

Endpoint: GET /api/v1/hubs
Version: 0.1
Security: bearerAuth

## Response 200 fields (application/json):

  - `carrierID` (string)
    it displays the carrier Id
    Example: FEDEX

  - `countryCode` (string)
    it displays country code
    Example: US

  - `hubID` (string)
    it displays hubID of SmartPost
    Example: 5185

  - `name` (string)
    it displays hub name
    Example: 5185 ALPA Allentown

## Response 401 fields (application/json):

  - `message` (string, required)
    This is HTTP 401 Unauthorized response status code, that indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.
    Example: Unauthorized

