Skip to main content
GET
/
projectTemplates
Get Project Templates
curl --request GET \
  --url https://api.projectcor.com/v1/projectTemplates \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": 123,
    "name": "<string>"
  }
]

Authorizations

Authorization
string
header
required

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

Query Parameters

filters
string

JSON filters: {"name": "", "limit": 50}

Response

200 - application/json

List of project templates

id
integer
name
string