Update email preferences (token-authed)
POST/v1/partner/supplier-access/email-preferences
Partial update — only the fields included in preferences are changed. Unknown keys are ignored. The token authenticates the request (no API key, no login).
Request
Responses
- 200
- 400
- 404
- 429
Saved. Returns the full updated preference set.
Missing token / preferences object, or a value is not a boolean.
Token does not match any preferences row.
Rate limit exceeded.