Skip to main content
GET
/
api
/
v3
/
standard-template
/
all
Get All Standard Templates
curl --request GET \
  --url https://api.presenton.ai/api/v3/standard-template/all \
  --header 'Authorization: <authorization>'
[
  {
    "id": "<string>",
    "name": "<string>"
  }
]

Headers

Authorization
string
required

Bearer JWT or API Key

Response

Successful Response

id
string
required
name
string
required