Retrieves available Internet service providers and their offerings for the service address associated with the current session.
{
"message": "Service coverage for 29090 TIFFANY DR E, SOUTHFIELD, MI 48034",
"request_status": "ok",
"data": {
"internet": [
{
"provider_id": "0c970c65-7b01-3fc4-91ee-4ecb31f2acb8",
"provider_name": "Rocket Fiber",
"telephone": "+18005215881",
"provider_icon": null,
"provider_logo": "https://harmony.letshum.com/images/providers/rocketfiber.png",
"url": "https://provider.example.com/register?utm_source=Hum",
"button_label": "Get Started",
"min_plan_price": {
"amount_cents": 4999,
"currency": "USD"
},
"provider_promo": {
"promo_text": "",
"promo_logo_url": ""
},
"url_promo": {
"promo_text": "",
"promo_logo_url": ""
},
"offerings": [
{
"technology": "Fiber",
"technology_category": "Terrestrial",
"max_download_speed": 1000,
"max_upload_speed": 1000
}
],
"product_catalog": []
}
]
},
"meta": {
"session_token": "XqCmeTVgYXrbWrZFZEymkD",
"session_status": "open",
"responded_at": "2025-05-23T17:14:41.903Z",
"hum_data_set": "25041808"
}
}
Note: Some providers may return an empty product_catalog array.
Bearer token authentication using JWT tokens.
Include the token in the Authorization header as: Authorization: Bearer <token>
Obtain tokens through your Hum API account dashboard or contact [email protected] for access.
The session token identifying the specific session The session token provided by the Hum API. Used to connect the response to the session in the client system.
"XqCmeTVgYXrbWrZFZEymkD"
Internet service providers, available plans, and logos/urls for a given service address.
A message returned by the API. Includes a human-readable message about the status of the request.
"What happened in the most recent request."
A status code summarizing the outcome of this response.
ok, warning, error "ok"
Metadata about the session. Can be used to track the status of the session, time since creation, and time since last update.