DecoNetwork · Authentication Profile

Deconetwork Authentication

Authentication

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

Custom ApparelWeb to PrintPrint Shop ManagementOrdersProductsInventoryProduction WorkflowE-commerce
Methods: apiKey Schemes: 1 OAuth flows: API key in: query

Security Schemes

credentials apiKey
· in: query (username)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/deconetwork-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - query
schemes:
- name: credentials
  type: apiKey
  in: query
  parameter: username
  description: DecoNetwork authenticates each request with username and password fields passed
    as query parameters (GET/POST) or in the form-encoded body. Both fields are required on
    every request.
  sources:
  - openapi/deconetwork-openapi.yml