This endpoint fetch the list of all project templates.
GET
/api/v1.0/templates
curl \
--request GET 'https://openapi.niftypm.com/api/v1.0/templates?type=0' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"ID": "string",
"Name": "string",
"Description": "string",
"Template Type": "string",
"Public Token": "string",
"Created Date": "2026-05-04T09:42:00Z",
"Updated Date": "2026-05-04T09:42:00Z",
"Created by Team member Id": "string"
}