Versa Networks · Authentication Profile

Versa Networks Authentication

Authentication

Versa Networks secures its APIs with oauth2 and http across 3 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the password flow(s).

CompanyNetworkingSecuritySASESD-WANSSEZero TrustZTNACybersecurityCloud NetworkingInfrastructureMCP
Methods: oauth2, http Schemes: 3 OAuth flows: password API key in:

Security Schemes

OAuth2Password oauth2
scheme: oauth2
BasicAuth http
scheme: basic
BearerAuth http
scheme: bearer

Source

Authentication Profile

versa-networks-authentication.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://docs.versa-networks.com/Management_and_Orchestration/Versa_Director/Director_REST_APIs/Versa_Director_REST_API_Overview
docs: https://docs.versa-networks.com/Management_and_Orchestration/Versa_Director/Director_REST_APIs/Versa_Director_REST_API_Overview
summary:
  types: [oauth2, http]
  http_schemes: [basic, bearer]
  oauth2_flows: [password]
  api_key_in: []
schemes:
  - name: OAuth2Password
    type: oauth2
    scheme: oauth2
    flow: password
    token_url: /auth/token
    port: 9183
    parameters: [client_id, client_secret, username, password, grant_type=password]
    returns: access_token (JWT bearer) + refresh_token
    recommended: true
    notes: >-
      Recommended by Versa for REST API access. A client (client_id/client_secret)
      is registered, then exchanged with user credentials at /auth/token for a
      bearer access token used as `Authorization: Bearer <token>`. Confirmed in the
      first-party MCP server (vnmcpserver) auth flow.
  - name: BasicAuth
    type: http
    scheme: basic
    port: 9182
    notes: >-
      HTTP Basic authentication (username:password) on port 9182. Per Versa docs,
      releases 23.1.1 and later support only basicAuth for some endpoints; OAuth is
      recommended where available.
  - name: BearerAuth
    type: http
    scheme: bearer
    bearer_format: JWT
    notes: Bearer token obtained from the OAuth2 password flow; sent on all subsequent requests.

Work with this as data

Every security artifact here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This security artifact
curl "https://apis.io/api/v1/security/versa-networks-authentication"
All security posture
curl "https://apis.io/api/v1/security?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.