cURL
curl --request POST \ --url https://{tenant_id}.hanko.io/emails \ --header 'Content-Type: application/json' \ --cookie hanko= \ --data ' { "address": "jsmith@example.com" } '
{ "code": 400, "message": "Bad Request" }
Email successfully added
Was this page helpful?