List Saved Replies V2
AuthorizationBearer <token>
In: header
Query Parameters
limit?Limit
Default
50Range
1 <= value <= 100offset?Offset
Default
0Range
0 <= valuesearch?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"
}
]
}