https://api.communityhub.cloud/dh/public/v1. A token is scoped to the user, not to a single organization — these endpoints return whatever the requesting user’s account has permission to see, which may span multiple organizations.
List organizations
?mode=short form or the default full form. See Organizations for both response shapes and open questions.
List variable filter options
orgIds. See Filter Options for the full response shape and open questions, or try the whole filter → list-variables flow live.
List/search variables
GET /variable/get-variable-filter-data, plus a showHiddenVariables toggle. See Variable List for the full request/response shape, and its Connected Variables section for fetching every variable tied to a specific monitored entity.
List variables
tag, resource, status. Expected to also support filtering by metered entity once that design is finalized.
Get a single variable’s metadata
List monitored entity filter options
orgIds. See Filter For List for the full response shape, including the org-scoped tags facet, and open questions — including whether monitored-entity here and metered-entities below refer to the same resource.
List/search monitored entities
GET /monitored-entity/get-filters, plus a showHiddenMeteredEntities toggle. See Monitored Entity List for the full request/response shape.
Get a single monitored entity
metered-entities below, and Connected Variables for fetching every variable tied to one of these entities.
List data source type filter options
organizations) available for the data source type listing. See Get Filters for the full response shape and open questions.
List/search data source types
List data source instance filter options
organizations, errorType, status) available for filtering the data source instance listing. No instance-listing endpoint itself has been documented yet. See Instance Filters for the full response shape and open questions.
List metered entities
Get a single metered entity’s metadata
Get data source metadata
Independent discovery
This page is a stub for exact response payload shapes for each endpoint — those haven’t been finalized in the source spec yet, on top of the open items flagged above.