Skip to main content
GET
/
api
/
export-templates
List Templates
curl --request GET \
  --url https://api.example.com/api/export-templates \
  --header 'Authorization: Bearer <token>'
{
  "templates": [
    {
      "uuid": "<string>",
      "name": "<string>",
      "format": "<string>",
      "definition": {},
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "description": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Headers

X-API-Key
string | null

Cookies

antidote_session
string | null

Response

Successful Response

templates
ExportTemplateRead · object[]
required