Skip to main content
GET
/
v1
/
templates
List Templates
curl --request GET \
  --url https://api.kiriku.app/v1/templates \
  --header 'Authorization: Bearer <token>'
[
  {
    "slug": "<string>",
    "name": "<string>",
    "category": "<string>",
    "fields": [
      {}
    ]
  }
]

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

List of templates

slug
string
name
string
category
string
fields
object[]