curl --request GET \
--url https://api.example.com/v1/random/email \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Generate random email address(es) using Faker.
curl --request GET \
--url https://api.example.com/v1/random/email \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Specific domain (e.g., 'example.com')
Use safe domains (example.com, etc.) vs realistic domains
Locale for name-based emails
Number of emails to generate
1 <= x <= 100Successful Response