AurionAI Docs

List Saved Replies V2

GET
/api/v2/saved-replies

Authorization

AuthorizationBearer <token>

In: header

Query Parameters

limit?Limit
Default50
Range1 <= value <= 100
offset?Offset
Default0
Range0 <= value
search?string|null
category?string|null

Response Body

application/json

application/json

curl -X GET "https://loading/api/v2/saved-replies"
{
  "items": [
    {
      "body": "string",
      "body_html": "string",
      "category": "string",
      "created_at": "2019-08-24T14:15:22Z",
      "id": "string",
      "shortcut": "string",
      "title": "string",
      "usage_count": 0
    }
  ],
  "limit": 0,
  "offset": 0,
  "total": 0
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}