Set preferences
post
Set account preferences.
Authorizations
AuthorizationstringRequired
BringYour JWT
Body
product_updatesbooleanOptional
Responses
200Success
application/json
post
/preferences/set-preferences200Success
Was this helpful?
Set account preferences.
BringYour JWT
Was this helpful?
Was this helpful?
POST /preferences/set-preferences HTTP/1.1
Host: api.bringyour.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 24
{
"product_updates": true
}{}