Skip to main content
GET
List supported protocols

Authorizations

Authorization
string
header
required

Authentication is performed via an Auth0-issued JSON Web Token (JWT). Provide the token in the Authorization header with the Bearer scheme.

Response

A list of supported protocols.

name
string

The common name of the protocol (e.g., 'TCP', 'UDP').

Example:

"TCP"

value
integer

The integer value representing the protocol.

Example:

6

supports_ports
boolean

Indicates if this protocol uses port numbers.

Example:

true