cURL
curl --request GET \ --url https://api.atlos.dev/email-addresses \ --header 'x-api-key: <api-key>'
{ "status": "<string>", "message": "<string>", "data": [ { "id": "<string>", "org_id": "<string>", "user_id": "<string>", "identifier": "<string>", "domain": "<string>", "metadata": {}, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ] }
Successful Response
The response is of type object.
object