For the complete documentation index, see llms.txt. This page is also available as Markdown.

Set preferences

post

Set account preferences.

Authorizations
AuthorizationstringRequired

BringYour JWT

Body
product_updatesbooleanOptional
Responses
200Success
application/json
object · PreferencesSetResultOptional
post/preferences/set-preferences
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?