API reference
V2Report Templates

Create report template

Creates a report template.

POST
/api/v2/report_templates

Creates a report template.

Authorization

access_token
Authorization<token>

In: header

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/api/v2/report_templates"
{  "status": "ok",  "data": {}}