Instock · Authentication Profile

Instock Authentication

Authentication

Instock secures its APIs with http across 1 declared security scheme, as derived from its OpenAPI definitions.

CompanyRoboticsWarehouse AutomationFulfillmentLogisticsASRSSupply ChainInventory Management
Methods: http Schemes: 1 OAuth flows: API key in:

Security Schemes

bearerAuth http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-19'
method: searched
source: openapi/instock-openapi.json
docs: https://instock.com/en/docs/api/
detail: >-
  Instock API authenticates with a Bearer token (JWT). The token must be present
  in the Authorization header of every request; requests without authentication
  fail, and HTTPS is required. The token grants full access to all resources and
  methods of the Instock API for its client. Tokens are currently issued by
  Instock and supplied to API users during onboarding (no self-service token
  provisioning / OAuth flow is documented). There are no scopes documented — the
  token is all-or-nothing per client.
summary:
  types:
  - http
  http_schemes:
  - bearer
  token_header: Authorization
  token_format: JWT
  self_service: false
  issued_by: Instock (during onboarding)
schemes:
- name: bearerAuth
  type: http
  scheme: bearer
  bearerFormat: JWT
  sources:
  - openapi/instock-openapi.json