Grips Intelligence · Authentication Profile

Grips Intelligence Authentication

Authentication

Grips Intelligence secures its APIs with apiKey and oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).

CompanyE-commerce IntelligenceCompetitive IntelligenceMarket ResearchAnalyticsProduct IntelligenceRetailData
Methods: apiKey, oauth2 Schemes: 2 OAuth flows: authorizationCode API key in: header

Security Schemes

gripsApiKey apiKey
· in: header ()
peekdDataMcpOAuth oauth2

Source

Authentication Profile

grips-intelligence-authentication.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://gripsintelligence.com/knowledge-base/api
docs: https://gripsintelligence.com/knowledge-base/api
summary:
  types: [apiKey, oauth2]
  api_key_in: [header]
  oauth2_flows: [authorizationCode]
schemes:
- name: gripsApiKey
  type: apiKey
  in: header
  parameter_name: grips-api-key
  applies_to: REST Data API (https://app.gripsintelligence.com/api/data/v1)
  description: >-
    Per-account API key passed in the `grips-api-key` request header. Keys are
    provisioned per contract; rate limits and quotas apply per contract terms.
  sources: [https://gripsintelligence.com/knowledge-base/api]
- name: peekdDataMcpOAuth
  type: oauth2
  flow: authorizationCode        # PKCE S256
  applies_to: Peekd Data MCP server (https://app.gripsintelligence.com/api/mcp)
  authorization_server: https://app.gripsintelligence.com/
  authorization_endpoint: https://app.gripsintelligence.com/authorize
  token_endpoint: https://app.gripsintelligence.com/token
  registration_endpoint: https://app.gripsintelligence.com/register
  token_endpoint_auth_methods: [client_secret_post, none]
  grant_types: [authorization_code, refresh_token]
  code_challenge_methods: [S256]
  scopes:
  - mcp
  sources:
  - https://app.gripsintelligence.com/.well-known/oauth-authorization-server
  - https://app.gripsintelligence.com/.well-known/oauth-protected-resource/api/mcp