Business Software and Services Reviews | G2 · Authentication Profile
Business Software And Services Reviews G2 Authentication
Authentication
G2 runs two parallel auth models against the same API. AccountAPIToken is an HTTP Bearer access token issued self-serve in the G2 Developer Portal, scoped to a User or an Organization, with per-endpoint permissions chosen at issue time and a hard one-year expiry; it secures 52 of the 62 published operations. G2OAuth is OAuth 2.0 Authorization Code with PKCE against G2's own authorization server, used for delegated access and required by the MCP server. G2 does NOT support RFC 7591 Dynamic Client Registration — OAuth apps are pre-registered by hand — and its authorization callback omits the `state` parameter, which breaks stock MCP SDK callback handlers.
| Business Software and Services Reviews | G2 secures its APIs with http and oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s). |
B2BSoftware-as-a-ServiceSoftware ReviewsBuyer IntentCompetitive IntelligenceMarket IntelligenceMarketplaceMCP
Methods: http, oauth2
Schemes: 2
OAuth flows: authorizationCode
API key in:
Security Schemes
AccountAPIToken http
G2OAuth oauth2