← Back to API Reference

GET /templates

List Templates

Compatibility endpoint to list templates data.

Request (cURL)

curl -X GET "http://localhost:8080/v1/templates" \
  -H "Authorization: Bearer <API_KEY>" \
  -H "Content-Type: application/json" \
  -d '{}'

Response Example

{
  "object": "list",
  "data": []
}

Request Body Example

{}