Skip to main content
GET
/
v1
/
templates
/
{slug}
Get Template
curl --request GET \
  --url https://api.kiriku.app/v1/templates/{slug} \
  --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.

Path Parameters

slug
string
required

Response

200 - application/json

Template details

slug
string
name
string
category
string
fields
object[]