cURL
curl --request PATCH \ --url https://api.amplemarket.com/mailboxes/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "daily_email_limit": 123 } '
{ "id": "019b4aeb-f6d9-7dc2-ba0f-9c3c8dd9e03d", "email": "[email protected]", "email_provider": "google", "daily_email_limit": 100, "status": "active", "user": { "id": "019b4aeb-f6aa-79de-ae6c-aee5647bb32e", "name": "Example User", "email": "[email protected]" }, "created_at": "2025-12-23T11:15:36Z", "updated_at": "2025-12-23T11:15:36Z", "_links": { "self": { "href": "/mailboxes/019b4aeb-f6d9-7dc2-ba0f-9c3c8dd9e03d" } } }
Update mailbox daily email limit
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Mailbox id
Daily email limit update
New daily email limit for the mailbox
Successful
google
outlook
other
other_mixed
active
inactive
needs_reconnection
Show child attributes
Was this page helpful?