Skip to main content
GET
/
api
/
templates
/
approved
Fetch Approved Templates
curl --request GET \
  --url https://api.automatechats.com/api/templates/approved \
  --header 'X-API-Key: <api-key>'
{
  "status": "<string>",
  "data": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "category": "<string>",
      "language": "<string>",
      "status": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://automatebusiness.mintlify.app/llms.txt

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

Authorizations

X-API-Key
string
header
required

Response

200 - application/json

A list of approved templates

status
string
data
object[]