{{define "content"}}

API

Authentication Required: Include an Authorization: Bearer <token> header with all /api/... requests. Generate tokens on the Tokens page.

{{range .Services}}

{{.Name}}

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

No endpoints

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