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
Request Body
application/json
email_address*string
A valid email address.
Response Body
application/json
application/json
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": {}
}