Daily Harvest · Authentication Profile

Daily Harvest Authentication

Authentication

Daily Harvest secures its APIs with openIdConnect and oauth2 across 1 declared security scheme, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).

CompanyFood & BeverageDirect-to-ConsumerE-commerceFood DeliveryHealth & WellnessSubscriptionShopify
Methods: openIdConnect, oauth2 Schemes: 1 OAuth flows: authorizationCode API key in:

Security Schemes

shopify-customer-account-oidc openIdConnect

Source

Authentication Profile

daily-harvest-authentication.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://daily-harvest.com/.well-known/openid-configuration
note: >-
  Derived from the live OIDC discovery document served on the provider host.
  This is the Shopify Customer Account API authorization surface for
  account.daily-harvest.com — Daily Harvest publishes no first-party developer
  API. Captured for completeness of the provider's public auth surface.
summary:
  types: [openIdConnect, oauth2]
  oauth2_flows: [authorizationCode]
  grant_types: [authorization_code, refresh_token, 'urn:ietf:params:oauth:grant-type:jwt-bearer']
  pkce: [S256]
  id_token_signing: [RS256]
schemes:
- name: shopify-customer-account-oidc
  type: openIdConnect
  issuer: https://shopify.com/authentication/73275670826
  authorizationUrl: https://account.daily-harvest.com/authentication/oauth/authorize
  tokenUrl: https://account.daily-harvest.com/authentication/oauth/token
  endSessionUrl: https://account.daily-harvest.com/authentication/logout
  jwksUri: https://account.daily-harvest.com/authentication/.well-known/jwks.json
  responseTypes: [code]
  tokenEndpointAuthMethods: [client_secret_basic]
  sources: [well-known/daily-harvest-openid-configuration.json]