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