Renduo
Api referenceTemplates

List templates

Lists the organization's templates with their active version. Required scope: templates:read.

GET
/v1/templates
AuthorizationBearer <token>

Renduo API key sent as Authorization: Bearer rnd_live_XXXXXXXXXXXX (or rnd_test_... in test mode). See GET /v1/auth/me.

In: header

Response Body

application/json

curl -X GET "https://example.com/v1/templates"
{  "templates": [    {      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "slug": "string",      "name": "string",      "activeVersion": 0,      "createdAt": "2019-08-24T14:15:22Z"    }  ],  "total": 0}