Skip to main content
GET
/
ai
/
templates
/
list
List templates
curl --request GET \
  --url https://api.getcargo.io/v1/ai/templates/list \
  --header 'Authorization: Bearer <token>'
{
  "templates": [
    "<unknown>"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful response

Response body schema.

templates
any[]
required

List of templates.