Loading...

Knowledge Base

Activate Catch-all Account Using the API

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.

Activate Catch-all Account

 

Description

Activates catch-all account.

Parameters

NameData TypeRequired / OptionalDescription
auth-useridIntegerRequiredAuthentication Parameter
api-keyStringRequiredAuthentication Parameter
order-idIntegerRequiredOrder ID of the Domain Registration, Email Hosting, Legacy Web Hosting, Website Builder, Enterprise Email or Digital Certificate Order
catchall-emailStringRequiredEmail address which is a part of the domain of the order-id

HTTP Method

POST

Example Test URL Request


https://test.httpapi.com/api/mail/domain/activate-catchall.json?auth-userid=0&api-key=key&order-id=0&catchall-email=user1@domainname.com

Response

Returns "SUCCESS" as the status if catch-all account activated successfully.