List templates in organization

List templates in organization

In this article, you will learn how to list templates in organization.

List templates in organization

Request Type: GET
Header: Authorization: ApiKey <my_api_token>
URL: https://app.banyanboard.com/api/orgs/<my_org_uuid>/templates/

Results:
Info
{
  "results": [
    {
      "author": "user_12345",
      "author_nickname": "sample_user_1",
      "date_created": "2026-03-20T10:15:30.000000Z",
      "date_edited": "2026-03-22T12:00:00.000000Z",
      "description": "",
      "name": "Sample Template 1",
      "rules": [],
      "uuid": "a1b2c3d4-e5f6-4a7b-9c8d-1e2f3a4b5c6d"
    },
    {
      "author": "user_67890",
      "author_nickname": "sample_user_2",
      "date_created": "2026-03-21T08:30:00.000000Z",
      "date_edited": null,
      "description": "",
      "name": "Sample Template 2",
      "rules": [],
      "uuid": "b2c3d4e5-f6a7-4b8c-9d0e-2f3a4b5c6d7e"
    }
  ]
}