ACME API Documentation logo

Get Auto Response

Get the auto response setting

GEThttps://api.acme.com/api/messages/autoresponse
Available on Business, Enterprise plans.

Get the auto response setting. If the auto response settings do not exist, no data, except a status, will be returned.

Header Parameters

Authorizationstringrequired
API Key of the Primary Profile.

Format: Authorization: Bearer API_KEY
Profile-Keystring
Profile Key of a User Profile.

Format: Profile-Key: PROFILE_KEY
{
    "status": "success",
    "autoResponseActive": true,
    "autoResponseMessage": "Howdy Buckaroo!",
    "autoResponseWaitSeconds": 30
}