cURL
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.
Email successfully added
Was this page helpful?