To update your settings, you would need to pass 0 or 1 to a setting arg you wish to update for your Pandascrow account, where 0 means "off" and - 1 means "on"

[POST] {{baseurl}}/sandbox/index/user/settings

Pandascrow Settings - Update

To update your Pandascrow settings, you'll need to provide all information required in the table below.

ParamRequired?Descriptiontype
login_notificationNoTo get notifications on every login (0 or 1)Boolean
product_notificationNoTo get notifications on every product updates (0 or 1)Boolean
update_announcementNoTo get updates on apps and products (0 or 1)Boolean
transaction_alertNoTo get notifications on every transaction (0 or 1)Boolean
metric_reportNoTo email monthly on account metrics report (0 or 1)Boolean

API Object

{
    "status": 200,
    "data": {
        "message": "settings was updated successfully"
    }
}
curl -L -X POST '{{baseurl}}/sandbox/index/user/settings' \
-H 'Content-Type: application/json' \
-H 'Authorization: SECRET_KEY'
-H 'Appid: appid'
Language
Click Try It! to start a request and see the response here!