Company logoTrust Center Documentation
API v1 ReferenceUpdatesTemplates

List update templates

Retrieve global and tenant-owned update templates. Browse request parameters, authentication requirements, response payloads, and working code samples in the…

GET
/api/v1/updates/templates

Retrieve global and tenant-owned update templates.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/api/v1/updates/templates"
{  "templates": [    {      "id": "string",      "title": "string",      "summary": "string",      "description_md": "string",      "badge": "string",      "tenant": "string",      "category": "string"    }  ]}

How is this guide?