Set preferences

post

Set account preferences.

Authorizations
Body
product_updatesbooleanOptional
Responses
200Success
application/json
Responseobject
post
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
}
200Success
{}

Was this helpful?