cURL
curl --request GET \ --url https://api.presenton.ai/api/v3/standard-template/all \ --header 'Authorization: <authorization>'
[ { "id": "<string>", "name": "<string>" } ]
Bearer JWT or API Key
Successful Response
Was this page helpful?