AurionAI Docs

Get Reply Template

Render a reply or forward template for the agent compose editor.

GET
/api/v2/notifications/reply-template

Render a reply or forward template for the agent compose editor.

Authorization

AuthorizationBearer <token>

In: header

Query Parameters

type*Type
Match^(reply|forward)$
locale?Locale
Default"en"

Response Body

application/json

application/json

curl -X GET "https://loading/api/v2/notifications/reply-template?type=string"
{}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}