Nodes and Links · Authentication Profile

Nodes And Links Authentication

Authentication

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

CompanyProject ManagementProject ControlsConstructionSchedulingArtificial IntelligenceRisk AnalysisEarned Value Management
Methods: oauth2 Schemes: 1 OAuth flows: clientCredentials API key in:

Security Schemes

OAuth2 oauth2
· flows: clientCredentials

Source

Authentication Profile

nodes-and-links-authentication.yml Raw ↑
generated: '2026-07-20'
method: searched
source: https://developer.nodeslinks.com/
docs: https://developer.nodeslinks.com/
notes: >-
  Nodes & Links exposes a production API at https://api.app.nodeslinks.com behind
  AWS API Gateway (unauthenticated requests return HTTP 403
  {"message":"Missing Authentication Token"}). The developer-portal single-page app
  (developer.nodeslinks.com) drives an OAuth token exchange against an oauth/token
  endpoint using client_id + scope, indicating an OAuth 2.0 bearer-token model for
  programmatic access. No public OpenAPI is published (the reference is served inside
  the authenticated portal), so security schemes could not be derived mechanically.
summary:
  types:
  - oauth2
  api_key_in: []
  oauth2_flows:
  - clientCredentials
schemes:
- name: OAuth2
  type: oauth2
  flows:
  - flow: clientCredentials
    tokenUrl: https://api.app.nodeslinks.com/oauth/token
    evidence: developer-portal main.js references oauth/token, client_id, scope
  sources:
  - https://developer.nodeslinks.com/