For the complete documentation index, see llms.txt. This page is also available as Markdown.

Template status

GET /template/{template}/status
Authorization: Bearer <cartat_api_token>
Accept: application/json

Use this endpoint to check the approval status of a submitted template.

Path parameters

Parameter
Type
Required
Description

template

string

Yes

Template name.

Example request

GET /template/invoice_ready/status
Authorization: Bearer <cartat_api_token>
Accept: application/json

Response

{
  "name": "invoice_ready",
  "status": "APPROVED",
  "category": "UTILITY"
}