API Playground - Email
Test and explore our email API with an interactive playground. Try it out before integrating into your application.
API Authentication
Enter your API key to test the endpoint. Your key is required for authentication.
Don't have an API key? Sign in
Request Parameters
Configure the email address you want to create
Request Preview
Preview the API request that will be sent
{
"method": "POST",
"url": "/api/v1/emails/create",
"headers": {
"Content-Type": "application/json",
"Authorization": "Bearer YOUR_API_KEY"
},
"body": {
"email": "example@ig.do"
}
}