HSX_E_API_NO_HUBSPOT_AUTH
No HubSpot API credential.
What this error means
`hs-x api hubspot` needs a PAK or developer API key.
When this error stops a command, hs-x exits with code 10. With --json, the failure is reported as a structured error whose code field is HSX_E_API_NO_HUBSPOT_AUTH — stable to match on in scripts and agents.
Likely causes
- No
--pak/HSX_HUBSPOT_PAK - No
--developer-api-key/HSX_HUBSPOT_DEVELOPER_API_KEY
How to fix it
- Run
hs-x connectto authenticate - Or pass a credential explicitly
Still stuck? Re-run the command with --debug for the wire-level detail, or hs-x doctor to check accounts, link state, and connectivity in one pass.
Keep going