Welcome to 20i Support
Web Hosting Knowledge Base
Category: API
In this section
Where can I find the 20i API Documentation?
To access 20i's API documentation, log in to your My20i account and head to Reseller Preferences > API …
How do I provision a hosting package via the API?
POST /reseller/{id}/addWeb The /reseller/{id}/addWeb endpoint permits the creation of hosting packages. PHP examples use our API …
How do I retrieve a list of StackCP Users using the API?
GET /reseller/{id}/susers This endpoint can be used to get information about StackCP Users within a 20i …
How do I provision a mailbox via the API?
POST /package/{id}/email/{id} This endpoint permits the creation of mail objects, for example, mailboxes, and email …
How do I retrieve a list of packages via the API?
GET /package An array of objects will be returned, the objects pertaining to current hosting packages held within …