Phasio · Authentication Profile

Phasio Authentication

Authentication

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

CompanyManufacturingAdditive Manufacturing3D PrintingCNC MachiningQuotingProduction OperationsManufacturing ExecutionAPI
Methods: http, oauth2 Schemes: 1 OAuth flows: clientCredentials API key in:

Security Schemes

Phasio API Bearer Token http
scheme: bearer · in: header (Authorization)

Source

Authentication Profile

Raw ↑
generated: '2026-07-20'
method: searched
source: openapi/phasio-openapi-original.json
docs: https://docs.phas.io/developers
summary:
  types:
  - http
  - oauth2
  oauth2_flows:
  - clientCredentials
oauth2:
  grant: client_credentials
  token_endpoint: https://auth.eu.phas.io/oauth2/token
  issuer: https://auth.eu.phas.io
  oidc_discovery: https://auth.eu.phas.io/.well-known/openid-configuration
  token_endpoint_auth_methods:
  - client_secret_basic
  - client_secret_post
  - private_key_jwt
  - tls_client_auth
  credentials_note: client_id/client_secret generated under Settings > API Keys in the manufacturer dashboard.
schemes:
- name: Phasio API Bearer Token
  type: http
  scheme: bearer
  bearerFormat: JWT
  in: header
  parameter: Authorization
  note: Access token obtained via OAuth 2.0 client-credentials, sent as Bearer JWT.
  sources:
  - openapi/phasio-openapi-original.json