AurionAI Docs

Get Saved Reply V2

GET
/api/v2/saved-replies/{reply_id}

Authorization

AuthorizationBearer <token>

In: header

Path Parameters

reply_id*Reply Id

Response Body

application/json

application/json

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