v1

latestOpenAPI 3.1.02026-08-04111714.5 KB
Email Verification

Retrieve the processing status of an email batch job.

This endpoint allows users to check the current status of a previously submitted batch email processing request. By providing a process_id, users can query the queue for details about the file being processed, including the filename, current status, and any relevant messages. Only the user who submitted the request can access the status of their specific job. If the process_id is invalid or not associated with the user, an error message is returned.

post/v1/batch-process-email-status

Request body

process_idinteger required

Response

Successful Response

process_idinteger required
filenamestring required
current_statusstring required
messagestring required