Skip to main content
GET
/
v1
/
templates
curl --location --request GET 'https://api.stateset.com/v1/templates' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
    "id": 1
}'
{
  "id": 123,
  "name": "<string>",
  "description": "<string>",
  "created_at": "<string>",
  "updated_at": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.stateset.com/llms.txt

Use this file to discover all available pages before exploring further.

Body

id
string
This is the id of the templates.

Response

id
number
This is the id of the templates.
name
string
This is the name of the templates.
description
string
This is the description of the templates.
created_at
string
This is the created_at of the templates.
updated_at
string
This is the updated_at of the templates.
curl --location --request GET 'https://api.stateset.com/v1/templates' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
    "id": 1
}'