Get all templates

GET /v1/api/template

It returns le complete list of templates

Responses

  • 200 application/json

    OK

    Hide response attribute Show response attribute object
    • templates array[object]
      Hide templates attributes Show templates attributes object
  • Unauthorized

  • Forbidden

  • Bad Request

  • Internal Server Error

GET /v1/api/template
curl \
 --request GET 'https://api.nifteem.com/v1/api/template' \
 --header "X-API-Key: $API_KEY"
Response examples (200)
{
  "templates": [
    {
      "id": "string",
      "name": "string"
    }
  ]
}