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…

Retrieve global and tenant-owned update templates.

GET
/api/v1/updates/templates

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

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

How is this guide?