cURL
curl --request PATCH \ --url https://api-v2.missioninbox.com/mailbox/{id}/ \ --header 'Content-Type: application/json' \ --data ' { "password": "<string>", "reply_to": "[email protected]", "project": 123 } '
{ "id": 123, "email": "<string>", "password": "<string>", "first_name": "<string>", "last_name": "<string>", "open_rate": "<string>", "reply_rate": "<string>", "bounce_rate": "<string>", "spam_complaints": "<string>", "health": "<string>", "domain_name": "<string>", "glock_test_reports": "<string>", "email_server": "<string>", "warmup_active": "<string>", "sent_this_cycle": -1, "reply_to": "[email protected]" }
Update specific fields of a mailbox (password, reply_to, project).
A unique integer value identifying this mailbox.
New password for the mailbox
New reply-to address
New project ID
255
-2147483648 <= x <= 2147483647