Highspot Authentication
Highspot runs two distinct authentication surfaces. The REST API (https://api-{instance}.highspot.com/v1.0) uses a static API client key + secret pair issued from Highspot account settings under Developer > Basics — no OAuth, no scopes, no token exchange. The remote MCP server (https://mcp.highspot.com/mcp) uses OAuth 2.1 bearer tokens issued by app.highspot.com, with Dynamic Client Registration, PKCE and refresh tokens. The OAuth half was read from Highspot's own RFC 8414 / RFC 9728 discovery documents; the API-key half is documented only in integrator documentation and in-product settings, because Highspot's developer reference sits behind an authenticated app login.
Highspot declares 3 security scheme(s) across its OpenAPI definitions.
Security Schemes
Source
Authentication Profile
Work with this as data
Every security artifact here is available over the APIs.io API and to AI agents over MCP.