Accounts
Account Email Add
Add an email address to the authenticated account.
Add an email address to the authenticated account.
POST
/accounts/self/emailsstoryden-session<token>
In: cookie
email_addressEmailAddress
A valid email address.
Response Body
curl -X POST "https://loading/api/accounts/self/emails" \ -H "Content-Type: application/json" \ -d '{ "email_address": "hello@storyden.org" }'{
"id": "cc5lnd2s1s4652adtu50",
"email_address": "hello@storyden.org",
"verified": true
}Empty
Empty
{
"error": "string",
"message": "string",
"suggested": "string",
"metadata": {}
}