v11

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-07-065662751.8 MB
SNIs

Get an SNI

Get an SNI using ID or name.

get/{workspace}/snis/{SNIIdOrName}

Path parameters

workspacestring required
Example:team-payments

The name of the workspace

Response

Successfully fetched SNI

created_atinteger nullable

Unix epoch when the resource was created.

idstring nullable

A string representing a UUID (universally unique identifier).

namestring required

The SNI name to associate with the given certificate.

tagsstring[] nullable

An optional set of strings associated with the SNIs for grouping and filtering.

updated_atinteger nullable

Unix epoch when the resource was last updated.

Example response

{
  "certificate": {
    "id": "bd380f99-659d-415e-b0e7-72ea05df3218"
  },
  "id": "36c4566c-14cc-4132-9011-4139fcbbe50a",
  "name": "some.example.org"
}