Get custom conversation start sound settings
Returns custom conversation start sound settings
Responses
- 200
 - 401
 
OK
- application/json
 
- Schema
 - Example (from schema)
 - Example
 
Schema
- status boolean
describes feature enable/disable status, true - on / false - off
 file object
this object represents data about custom file
is_uploaded booleandescribes is file present for the particular feature
name stringname of the custom file
url stringThis url can be used to retrieve sound file
{
  "status": true,
  "file": {
    "is_uploaded": true,
    "name": "HelloWorld.wav",
    "url": "/advanced/notification/sound/file?name=sound.wav"
  }
}
{
  "status": true,
  "file": {
    "is_uploaded": true,
    "name": "HelloWorld.wav",
    "url": "/advanced/notification/sound/file?name=sound.wav"
  }
}
Unauthorized request. Log In
- application/json
 
- Schema
 - Example (from schema)
 - Log In
 
Schema
- error string
error message
 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...