BlueCart · Authentication Profile

Bluecart Authentication

Authentication

BlueCart secures its APIs with apiKey across 2 declared security schemes, as derived from its OpenAPI definitions.

RestaurantProcurementWholesaleOrderingFood DistributionHospitalityeCommerce
Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

awsSigV4 apiKey
· in: header (Authorization)
apiKey apiKey
· in: header (x-api-key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/bluecart-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: awsSigV4
  type: apiKey
  in: header
  parameter: Authorization
  description: AWS Signature Version 4 authorization against the AWS execute-api service in
    us-east-1. Requires an Access Key ID, Secret Access Key, and API Key generated in the BlueCart
    app under Settings, API Access Credentials. The API Key is supplied via the x-api-key header.
  sources:
  - openapi/bluecart-openapi.yml
- name: apiKey
  type: apiKey
  in: header
  parameter: x-api-key
  description: BlueCart API Key generated under Settings, API Access Credentials.
  sources:
  - openapi/bluecart-openapi.yml