Skip to content

Update notification settings

PUT
/v1/account/notification/settings
curl --request PUT \
--url https://api.parasta.io/v1/account/notification/settings \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "categories": [ { "type": "transaction", "push": true, "inbox": true, "changeable": true } ] }'
Media type application/json
object
categories
Array<object>
object
type
string
Allowed values: transaction security system
push
boolean
inbox
boolean
changeable
boolean

OK

Media type application/json
object
updated
boolean
Example generated
{
"updated": true
}

Please contact your representative. 담당자에게 문의해주세요.