Boldfit · Authentication Profile

Boldfit Authentication

Authentication

Boldfit declares 1 security scheme(s) across its OpenAPI definitions.

CompanyConsumerFitnessSportswearE-CommerceRetailShopify
Methods: Schemes: 1 OAuth flows: API key in:

Security Schemes

shopify_customer_account oauth2

Source

Authentication Profile

boldfit-authentication.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://www.boldfit.com/.well-known/openid-configuration
notes: >-
  Boldfit runs on Shopify. Programmatic access is the Shopify Customer Account
  API, protected by OAuth 2.0 / OpenID Connect. The shop's discovery document
  (issuer https://shopify.com/authentication/9646211123) defines the endpoints
  and scopes below. This is customer-scoped auth (a shopper authorizing an app
  to act on their own account), not a partner/admin API key surface. There is
  no first-party developer program or API key issuance published by Boldfit.
schemes:
- type: oauth2
  name: shopify_customer_account
  protocol: OpenID Connect (OAuth 2.0 Authorization Code + PKCE)
  issuer: https://shopify.com/authentication/9646211123
  authorization_endpoint: https://shopify.com/authentication/9646211123/oauth/authorize
  token_endpoint: https://shopify.com/authentication/9646211123/oauth/token
  end_session_endpoint: https://shopify.com/authentication/9646211123/logout
  jwks_uri: https://shopify.com/authentication/9646211123/.well-known/jwks.json
  response_types_supported:
  - code
  token_endpoint_auth_methods_supported:
  - client_secret_basic
  id_token_signing_alg_values_supported:
  - RS256
  scopes_supported:
  - openid
  - email
  - customer-account-api:full
  - customer-account-mcp-api:full