Skip to main content
GET
/
reference
/
services
List common services
curl --request GET \
  --url https://api.altostrat.io/reference/services \
  --header 'Authorization: Bearer <token>'
[
  {
    "name": "HTTPS",
    "port": 443,
    "protocols": [
      {
        "name": "TCP",
        "value": 6
      }
    ]
  }
]

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 common services.

name
string

The common name of the service (e.g., 'HTTPS', 'SSH').

Example:

"HTTPS"

port
integer

The standard port number for the service.

Example:

443

protocols
object[]

A hint of which protocols are commonly used for this service.