Skip to main content
GET
/
messages
/
autoresponse
Get Auto Response
curl --request GET \
  --url https://api.ayrshare.com/api/messages/autoresponse \
  --header 'Authorization: Bearer <token>'
{
    "status": "success",
    "autoResponseActive": true,
    "autoResponseMessage": "Howdy Buckaroo!",
    "autoResponseWaitSeconds": 30
}

Documentation Index

Fetch the complete documentation index at: https://www.ayrshare.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

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

Header Parameters

{
    "status": "success",
    "autoResponseActive": true,
    "autoResponseMessage": "Howdy Buckaroo!",
    "autoResponseWaitSeconds": 30
}