Inboxes

List saved replies for an inbox

List saved replies for an inbox.

GET
/inboxes/{inbox_id}/saved-replies

List saved replies for an inbox.

Authorization

bearerToken
AuthorizationBearer <token>

Personal access tokens created from the ThriveDesk UI. Create one under Integrations -> API Keys.

In: header

Path Parameters

inbox_id*string

Inbox identifier.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/inboxes/string/saved-replies"
{  "data": [    {      "id": "string",      "name": "string",      "message": "string",      "folder": "string",      "inbox_id": "string",      "uses_count": 0,      "author": {        "id": "string",        "name": "string",        "email": "[email protected]",        "avatar": "http://example.com"      },      "created_at": "2019-08-24T14:15:22Z",      "updated_at": "2019-08-24T14:15:22Z"    }  ]}