Email preferences
Update Email Preferences
Authorization
Bearer AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
- [key: string]any
Response Body
application/json
application/json
curl -X PUT "https://api.theirstack.com/v0/email-preferences" \ -H "Content-Type: application/json" \ -d '{}'{
"form_data": {
"property1": {
"property1": true,
"property2": true
},
"property2": {
"property1": true,
"property2": true
}
},
"schema": {}
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}How is this guide?
Last updated on
