200 Request accepted400 Invalid request payload or invalid input values.401 The `Authorization` header is missing.402 The API key format is invalid.403 The API key is deleted or no longer current.405 The account does not have enough credits to start the bulk request.500 Unexpected server-side failure.
Error Examples
400 Invalid request payload or invalid input values.
{
"message": "request_id is required."
}
401 The `Authorization` header is missing.
{
"message": "Missing authorization key"
}
402 The API key format is invalid.
{
"message": "Invalid authorization key, make sure you copy the full key."
}
403 The API key is deleted or no longer current.
{
"message": "Old authorization key"
}
405 The account does not have enough credits to start the bulk request.
{
"message": "You do not have enough credits for this operation"
}
500 Unexpected server-side failure.
{
"message": "Internal server error"
}
GET/api/email/bulk/{request_id}/results
Get bulk verification status or completed email results
200 In-progress or completed response400 Invalid request payload or invalid input values.401 The `Authorization` header is missing.402 The API key format is invalid.403 The API key is deleted or no longer current.500 Unexpected server-side failure.
Error Examples
400 Invalid request payload or invalid input values.
{
"message": "request_id is required."
}
401 The `Authorization` header is missing.
{
"message": "Missing authorization key"
}
402 The API key format is invalid.
{
"message": "Invalid authorization key, make sure you copy the full key."
}
200 Abort request accepted400 Invalid request payload or invalid input values.401 The `Authorization` header is missing.402 The API key format is invalid.403 The API key is deleted or no longer current.500 Unexpected server-side failure.
Error Examples
400 Invalid request payload or invalid input values.
{
"message": "request_id is required."
}
401 The `Authorization` header is missing.
{
"message": "Missing authorization key"
}
402 The API key format is invalid.
{
"message": "Invalid authorization key, make sure you copy the full key."
}