POST
/
emails
curl --request POST \
  --url https://{tenant_id}.hanko.io/emails \
  --header 'Content-Type: application/json' \
  --data '{
  "address": "jsmith@example.com"
}'
This response does not have an example.

Deprecated. Please use the Flow API instead. What’s the Flow API?.

Authorizations

hanko
string
cookie
required

Body

application/json
address
string
required

Response

201
_mintlify/placeholder

Email successfully added