{{define "content"}}

API

API Authentication Required: All API calls to /api/... endpoints (except this page) must include an Authorization: Bearer <token> header.
You can generate tokens on the Tokens page.

{{range .Services}}

{{.Name}}

{{if .Endpoints}}
{{range .Endpoints}}
{{.Name}}
HTTP Path: {{.Path}}
Request:
{{.Params}}
Response:
{{.Response}}
{{end}}
{{else}}

No endpoints

{{end}} {{end}} {{end}}