Sinai Technologies · Authentication Profile

Sinai Technologies Authentication

Authentication

Sinai Technologies secures its APIs with oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode and clientCredentials flow(s).

CompanyCarbon ManagementCarbon AccountingEmissionsSustainabilityESGDecarbonizationClimate
Methods: oauth2 Schemes: 2 OAuth flows: authorizationCode, clientCredentials API key in:

Security Schemes

OAuth2ClientCredentialsProduction oauth2
· flows: clientCredentials
OAuth2AuthCodeProduction oauth2
· flows: authorizationCode

Source

Authentication Profile

Raw ↑
generated: '2026-07-21'
method: searched
source: openapi/sinai-technologies-openapi-original.yml
docs: https://docs.sinai.com/reference/accessing-the-api
summary:
  types:
  - oauth2
  oauth2_flows:
  - authorizationCode
  - clientCredentials
notes: >-
  The SINAI HTTP API uses OAuth 2.0. Client Credentials is the machine-to-machine
  (M2M) flow: POST application/x-www-form-urlencoded to the token endpoint with
  grant_type=client_credentials, client_id, client_secret and an optional
  space-separated scope list; the response is a Bearer access_token with
  expires_in (3600s). Authorization Code is the delegated-user flow (authorize ->
  code -> token) and returns a refresh_token; it currently supports no scopes,
  authorizing instead against the user's configured access within the SINAI
  platform. Tokens are sent as `Authorization: Bearer <token>`. The SINAI
  web platform (not the API) additionally supports SSO via SAML 2.0.
schemes:
- name: OAuth2ClientCredentialsProduction
  type: oauth2
  flows:
  - flow: clientCredentials
    tokenUrl: https://auth.sinai.com/oauth2/token
    scopes: 6
  sources:
  - openapi/sinai-technologies-openapi-original.yml
- name: OAuth2AuthCodeProduction
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://auth.sinai.com/oauth2/authorize
    tokenUrl: https://auth.sinai.com/oauth2/token
    scopes: 0
  sources:
  - openapi/sinai-technologies-openapi-original.yml