We're updating the requirements for listed and certified apps in the HubSpot Marketplace to align with current platform standards and deprecations. These updates ensure that apps stay compatible with HubSpot's evolving platform and APIs, providing customers with a more reliable, secure experience.
HubSpot releases a new version of its developer platform and REST APIs every 6 months (March and September). Each release includes a transition period before previous versions become unsupported. To ensure apps are built on supported, up-to-date platform versions:
Enforcement timeline:
Legacy CRM cards will be fully deprecated on October 31, 2026. To support this transition:
For all new app certification submissions and apps undergoing recertification, your app must use the Uninstall App API endpoint: DELETE /appinstalls/v3/external-install
This endpoint requires an active OAuth access token and fully removes your app from a customer's HubSpot account, including all associated features and webhooks. Upon a successful uninstall, super admins in the account will receive an email notification with a link to reinstall the app if needed.
Effective immediately, all new app listings, certification submissions, and apps undergoing recertification, must use the new OAuth v3 endpoints.
OAuth v1 endpoints are being deprecated and will be replaced by the latest OAuth API endpoints, which are exposed in date-based versions:
POST /oauth/2026-03/token - authorization code & refresh token exchangePOST /oauth/2026-03/token/introspect - token introspection (access & refresh tokens)POST /oauth/2026-03/token/revoke - token revocation (refresh tokens)
For certification and recertification, developers must now complete a security questionnaire*. This questionnaire will ask a series of questions regarding OAuth token access and storage. Key areas covered include: encryption, access controls, and token lifecycle management.
* The questionnaire extends beyond certification and will also be implemented for other programs, such as requesting access to sensitive data scopes.
As of March 31, 2026, testing credentials no longer need to be provided for app listing submissions.
See the updated marketplace listing requirements and certification requirements for more details.
If you have any questions or comments, please join the discussion in our community.