Skip to main content
GET
/
api
/
admin
/
protocols
/
{id}
/
openapi
Get generated OpenAPI spec
curl --request GET \
  --url https://{instance}.{env}.on-hellgate.cloud/api/admin/protocols/{id}/openapi \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Protocol local ID

Response

OpenAPI 3.1 specification

The response is of type object.