Skip to main content

Managing Customer Accounts

As a Rank Math reseller, you have complete control over which customer websites can use your license. This is managed through a list of active sites under your billing.

API Endpoint

You’ll need to maintain this list and share it with us through an API endpoint. Any site not on the list will be automatically banned.

Here is a quick rundown of how this works:

  • We will send a GET request to your API endpoint every two hours
  • The GET request will use the basic authentication (username:password)
  • The endpoint must return a JSON array containing the URLs of valid sites

Here is how the JSON array should look like:

[
"https://website.com",
"https://website-1.com",
"https://website-2.com"
]

We will then compare the returned list with that of the sites registered to your reseller account. We will ban the sites that are not present in the returned list and will unban those that are present (if they have been previously banned).

Manual Ban / Unban (Optional)

You may also ban and unban sites manually. However, this method complements the API method and does not replace it. The API method remains the mandatory and primary method for adding and removing sites from your license.

That said, to manually ban and unban sites from your license, log into your Rank Math account and click Websites.

Open Websites Section

You will be presented with a list of websites connected to your account. Head to the website you want to ban and click Ban , as shown below.

Ban Website