API reference
V2Report Templates

Get report template

Returns a single report template.

GET
/api/v2/report_templates/{id}

Returns a single report template.

Authorization

access_token
Authorization<token>

In: header

Path Parameters

id*string

Id

Response Body

application/json

application/json

application/json

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