Skip to main content

Create Report Template

POST 

/api/report-templates

Creates a new report template. The content field stores arbitrary JSON configuration for the report.

Required scope: reports:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Authentication: Requires Bearer token.

Request Body:

  • name (required, string): Display name for the template
  • content (required, array/object): Report configuration (arbitrary JSON)

Requires permission: reports.create

Request

Responses

OK