v1

latestOpenAPI 3.1.02026-07-24111290748.0 KB
Account

List settings

List account settings matching the given parameters, paginated.

get/api/account/settings

Query parameters

typestring

Response

List of account settings according to the given criteria.

Example response

{
  "data": [
    {
      "id": 987,
      "data": {
        "send_survey_for_chat": true,
        "send_survey_for_email": true,
        "send_survey_for_contact_form": true,
        "send_survey_for_help_center": true,
        "survey_email_html": "<div>Hi {{ticket.customer.firstname}},<br>How would you rate the help that our team provided? <br> {{satisfaction_survey_url}}</div>",
        "survey_email_text": "Hi {{ticket.customer.firstname}},\nHow would you rate the help that our team provided? {{satisfaction_survey_url}}",
        "survey_interval": 24
      },
      "type": "satisfaction-surveys"
    }
  ]
}