Onboarding Emails
Resubscribe to onboarding emails
SaaS only. Re-enable onboarding emails for a user.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
userId*string
User ID to resubscribe
Response Body
application/json
application/json
application/json
curl -X POST "http://localhost:3001/api/v1/onboarding-emails/resubscribe" \ -H "Content-Type: application/json" \ -d '{ "userId": "string" }'{
"ok": true
}{
"error": "string",
"message": "string",
"requestId": "string"
}{
"error": "string",
"message": "string",
"requestId": "string"
}