Activate Catch-all Account
Loading...
When you want to activate a catch-all email account using the API. This article explains the required parameters and API request format for catch-all account activation.
Activates catch-all account.
| Name | Data Type | Required / Optional | Description |
|---|---|---|---|
| auth-userid | Integer | Required | Authentication Parameter |
| api-key | String | Required | Authentication Parameter |
| order-id | Integer | Required | Order ID of the Domain Registration, Email Hosting, Legacy Web Hosting, Website Builder, Enterprise Email or Digital Certificate Order |
| catchall-email | String | Required | Email address which is a part of the domain of the order-id |
POST
https://test.httpapi.com/api/mail/domain/activate-catchall.json?auth-userid=0&api-key=key&order-id=0&catchall-email=user1@domainname.com
Returns "SUCCESS" as the status if catch-all account activated successfully.