Manage2 API

The Manage2 API automates cPanel LICENCE management for cPanel partners and direct licence holders — activating, reactivating, transferring and cancelling licences, changing a licence's IP address, managing groups and pickup phrases. It is the one cPanel API that runs on cPanel's own infrastructure rather than the customer's server, at manage2.cpanel.net. Methods are GET and POST; output is XML, JSON or YAML. Access is gated by an IP allowlist configured in the Manage2 profile before any call is accepted, and cPanel publishes PHP (cPanelLicensing) and Perl helper classes. No OpenAPI is published for it — the function reference is prose.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/manage2"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: cpanel:manage2
name: Manage2 API
description: The Manage2 API automates cPanel LICENCE management for cPanel partners and direct licence
  holders — activating, reactivating, transferring and cancelling licences, changing a licence's IP address,
  managing groups and pickup phrases. It is the one cPanel API that runs on cPanel's own infrastructure
  rather than the customer's server, at manage2.cpanel.net. Methods are GET and POST; output is XML, JSON
  or YAML. Access is gated by an IP allowlist configured in the Manage2 profile before any call is accepted,
  and cPanel publishes PHP (cPanelLicensing) and Perl helper classes. No OpenAPI is published for it —
  the function reference is prose.
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://docs.cpanel.net/manage2/knowledge-base/guide-to-the-manage2-api/
baseURL: https://manage2.cpanel.net/
tags:
- Licensing
- Partner
- Billing
- Reseller
properties:
- type: Documentation
  url: https://docs.cpanel.net/manage2/knowledge-base/guide-to-the-manage2-api/
- type: APIReference
  url: https://docs.cpanel.net/manage2/
- type: Authentication
  url: https://docs.cpanel.net/manage2/knowledge-base/manage2-authentication-methods/
- type: ErrorCatalog
  url: https://docs.cpanel.net/manage2/knowledge-base/manage2-return-data/
features:
- name: Licence Lifecycle
  description: Add, activate, reactivate, transfer and cancel cPanel licences.
- name: IP Allowlist Access Control
  description: Calls are only accepted from IP addresses added to the Manage2 profile.
- name: Multiple Output Formats
  description: XML, JSON or YAML, selected with the output parameter.