GET
/
autocompose
/
v1
/
settings
Get settings for AutoCompose clients
curl --request GET \
  --url https://api.sandbox.asapp.com/autocompose/v1/settings \
  --header 'asapp-api-id: <api-key>' \
  --header 'asapp-api-secret: <api-key>'
{
  "suggestionsWhileTypingDisabled": true,
  "phraseCompletionsDisabled": true,
  "spellcheckDisabled": true,
  "autopilotGreetingsDisabled": true,
  "autocomposeDisabled": true
}

Authorizations

asapp-api-id
string
header
required
asapp-api-secret
string
header
required

Query Parameters

agentId
string
required

Identifier of the agent, data format is expected to be UUID

Response

Settings for AutoCompose clients

The response is of type object.