cURL
curl --request GET \ --url https://api-v2.missioninbox.com/mailbox/bulk-status/{task_id}/
{ "created_mailboxes": [ "<any>" ], "failed_entries_csv_url": "<string>" }
Get the status of a bulk mailbox creation task.
URL Pattern: /mailbox/bulk-status/{task_id}/
/mailbox/bulk-status/{task_id}/
Response depends on task status:
Task ID returned from bulk creation
List of successfully created mailbox objects
URL to download failed entries CSV (null if no failures)