Skip to main content
GET
/
projects
/
templates
Error
A valid request URL is required to generate request examples
[
  {
    "id": "<string>",
    "name": "<string>",
    "category": "<string>",
    "isSystem": true,
    "description": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

List of templates

id
string
required
name
string
required
category
string
required
isSystem
boolean
required
description
string | null