Get the auto-receiver status
GET
/api/auto-receiver/status
Requires User authorization policy
Request
Request samples
Responses
Success(200)
Unauthorized(401)
Forbidden(403)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
isEnabled
boolean
optional
Indicates whether the auto-receiver is enabled
Example
{
"isEnabled": true
}
Last modified: 8 months ago