Hubapi Cms
Connector for the hubapi-cms API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.hubapi.com - Auth:
query:hapikey(pass your key via theapiKeyinput)
Operations
get_cms_v3_domains_getpage— GET /cms/v3/domains/ — Get current domainsget_cms_v3_domains_domainid_getbyid— GET /cms/v3/domains/{domainId} — Get a single domain
Inputs
apiKey— your hubapi-cms API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_cms_v3_domains_getpage
apiKey: <your key>