Data
Api for returning datasets
API | Description |
---|---|
GET api/Data/{name}?user={user} |
Generic method for returning data sets with paging using Range header |
Provides methods to obtain a list of mailboxes for a user and to create, update and delete mailboxes
Contact
Methods for managing contacts
API | Description |
---|---|
GET api/Contact?user={user}&firstname={firstname}&lastname={lastname}&orgname={orgname}&mailaddress={mailaddress} |
Return contacts that user has rights to |
GET api/Contact/{handle}?user={user} |
Return the contact specified by handle |
POST api/Contact?user={user} |
Create a contact |
PUT api/Contact/{handle}?user={user} |
Update the contact specified by handle |
DELETE api/Contact/{handle}?user={user} |
Delete the contact specified by handle |
GET api/Contact/{handle}/Account?user={user} |
Get the user account details of a contact |
PUT api/Contact/{handle}/Account?user={user} |
Update the account of a contact specified by handle. The account is created if it does not exist |
DELETE api/Contact/{handle}/Account?user={user} |
Delete the user account details for the specified contact |
Zone
Api for managing zones
PriceGroup
Methods for managing price groups
API | Description |
---|---|
GET api/PriceGroup?user={user} |
Return the price groups for the reseller |
GET api/PriceGroup/{prixid}?user={user} |
Return the price group specified by prixid |
PUT api/PriceGroup/{prixid}?user={user} |
Update a given price group |
POST api/PriceGroup?user={user} |
Create a new price group for the reseller |
DELETE api/PriceGroup/{prixid}?user={user} |
Delete a price group |
OwnedProduct
Provides methods to obtain a list of products owned by a given user
API | Description |
---|---|
GET api/OwnedProduct/{handle}?user={user} |
Get an object and it's products using object handle |
GET api/OwnedProduct?user={user}&object_class={object_class}&object_name={object_name}&status={status} |
Get objects belonging to current user |
Domain
Provides methods to manage domains and obtain the tld details
Certificate
Methods to allow automated certificate validation
API | Description |
---|---|
GET api/Certificate/{handle}?user={user} |
Get the details required to validate a certificate |
GET api/Certificate?user={user}&commonName={commonName}&resellerHandle={resellerHandle}&adminHandle={adminHandle}&billingHandle={billingHandle}&dateFilter={dateFilter} |
Get the details of all certificates with optional filters |
PUT api/Certificate/{handle}?user={user} |
Update the autoRenew of a certificate |
GET api/Certificate/{handle}/csr?user={user} |
Get the CSR of a certificate |
GET api/Certificate/{handle}/Certificate?user={user} |
Get the certicate once it is available |
PUT api/Certificate/{handle}/Validate?user={user} |
Method to validate a certificate once the Meta key is placed |
POST api/Certificate/DecodeCSR |
Decode a csr |
GET api/Certificate/{handle}/Info?user={user} |
Get the info for the certificate |
POST api/Certificate/{handle}/ResendApproverEmail?user={user} |
Resend the approver email |
GET api/Certificate/{handle}/InfoGS?user={user} |
No documentation available. |
Pricing
Methods for managing prices in price groups
API | Description |
---|---|
GET api/Pricing/{prixid}?productActive={productActive}&produitTypeId={produitTypeId}&produitId={produitId}&user={user} |
Returns price information for a given price group |
PUT api/Pricing/{prixid}?user={user} |
Update a price on a given price group |
POST api/Pricing/{prixid}?user={user} |
Insert a price on a given price group |
PUT api/PricingBulk/{prixid}?user={user} |
Update one or more prices on a given price group |
POST api/PricingBulk/{prixid}?user={user} |
Insert one or more prices on a given price group |
DELETE api/Pricing/{prixid}?user={user} |
Delete one or more prices from a price group |
Hosting
Provide various methods for managing a hosting service.
API | Description |
---|---|
GET api/Hosting/{hosting_handle}?user={user} |
Return the hosting object specified by handle |
PUT api/Hosting/{hosting_handle} |
Update certain elements of the hosting specified by handle
Updatable elements: |
PUT api/Hosting/{hosting_handle}?user={user} |
Update certain elements of the hosting specified by handle
Updatable elements: |
GET api/Hosting/{hosting_handle}/User?user={user} |
Get users for a given hosting |
GET api/Hosting/{hosting_handle}/User/{id}?user={user} |
Get the user with the given id on the given hosting |
POST api/Hosting/{hosting_handle}/User |
Create a new ftp user on the given hosting |
POST api/Hosting/{hosting_handle}/User?user={user} |
Create a new ftp user on the given hosting |
PUT api/Hosting/{hosting_handle}/User/{id} |
Update an ftp user defined by id on the given hosting |
PUT api/Hosting/{hosting_handle}/User/{id}?user={user} |
Update an ftp user defined by id on the given hosting |
DELETE api/Hosting/{hosting_handle}/User/{id}?user={user} |
Delete an ftp user defined by id on the given hosting |
GET api/Hosting/{hosting_handle}/Alias?user={user} |
Get aliases for a given hosting |
GET api/Hosting/{hosting_handle}/Alias/{id}?user={user} |
Get the alias with the given id on the given hosting |
POST api/Hosting/{hosting_handle}/Alias |
Create a new alias on the given hosting and belonging to the currently logged in user |
POST api/Hosting/{hosting_handle}/Alias?user={user} |
Create a new alias on the given hosting and belonging to the given user |
DELETE api/Hosting/{hosting_handle}/Alias/{id}?user={user} |
Delete an alias from the given hosting having the given id |
GET api/Hosting/{hosting_handle}/Site?user={user} |
Get sites for a given hosting |
GET api/Hosting/{hosting_handle}/Site/{id}?user={user} |
Get site by id for a given hosting |
POST api/Hosting/{hosting_handle}/Site?user={user} |
Create a new site on the given hosting and belonging to the given user |
PUT api/Hosting/{hosting_handle}/Site/{id}?user={user} |
Update a site defined by id on the given hosting |
DELETE api/Hosting/{hosting_handle}/Site/{id}?user={user} |
Delete a site from the given hosting having the given id |
GET api/Hosting/{hosting_handle}/AvailableFramework?user={user} |
Return a list if frameworks avaialable for the given hosting |
GET api/Hosting/{hosting_handle}/Access?user={user} |
Get secured directories for a given hosting |
GET api/Hosting/{hosting_handle}/Access/{id}?user={user} |
Get the secured directory with the given id on the given hosting |
POST api/Hosting/{hosting_handle}/Access |
Create a new secured directory on the given hosting |
POST api/Hosting/{hosting_handle}/Access?user={user} |
Create a new secured directory on the given hosting |
PUT api/Hosting/{hosting_handle}/Access/{id} |
Update a secured directory defined by id on the given hosting |
PUT api/Hosting/{hosting_handle}/Access/{id}?user={user} |
Update a secured directory defined by id on the given hosting |
DELETE api/Hosting/{hosting_handle}/Access/{id}?user={user} |
Delete a secured directory defined by id on the given hosting |
GET api/Hosting/{hosting_handle}/Db?user={user} |
Get dbs for a given hosting |
GET api/Hosting/{hosting_handle}/Db/{name}?user={user} |
Get the db with the given id on the given hosting |
POST api/Hosting/{hosting_handle}/Db |
Create a new db on the given hosting |
POST api/Hosting/{hosting_handle}/Db?user={user} |
Create a db on the given hosting |
PUT api/Hosting/{hosting_handle}/Db/{name} |
Update a db defined by name on the given hosting |
PUT api/Hosting/{hosting_handle}/Db/{name}?user={user} |
Update a db defined by name on the given hosting |
DELETE api/Hosting/{hosting_handle}/Db/{name}?user={user} |
Delete a database defined by name on the given hosting |
GET api/Hosting/{hosting_handle}/Application?user={user} |
Get applications for a given hosting |
GET api/Hosting/{hosting_handle}/Application/{id}?user={user} |
Get the application with the given id on the given hosting |
POST api/Hosting/{hosting_handle}/Application |
Create a new application on the given hosting |
POST api/Hosting/{hosting_handle}/Application?user={user} |
Create a new application on the given hosting |
DELETE api/Hosting/{hosting_handle}/Application/{id}?user={user} |
Delete a application defined by name on the given hosting |
GET api/Hosting/{hosting_handle}/Size?user={user} |
Get size info for a given hosting |
GET api/Hosting/{hosting_handle}/Wordpress?user={user} |
Get wordpresses for a given hosting |
GET api/Hosting/{hosting_handle}/Wordpress/{id}?user={user} |
Get the wordpress with the given id on the given hosting |
POST api/Hosting/{hosting_handle}/Wordpress?updateHtaccess={updateHtaccess} |
Create wordpress on the given hosting |
POST api/Hosting/{hosting_handle}/Wordpress?user={user}&updateHtaccess={updateHtaccess} |
Create a new wordpress on the given hosting |
DELETE api/Hosting/{hosting_handle}/Wordpress/{id}?deletedb={deletedb}&updateHtaccess={updateHtaccess}&user={user} |
Delete a wordpress defined by id on the given hosting |
PUT api/Hosting/{hosting_handle}/Wordpress/{id} |
Update a wordpress admin user email and or password defined by id on the given hosting |
PUT api/Hosting/{hosting_handle}/Wordpress/{id}?user={user} |
Update a wordpress admin user email and or password defined by id on the given hosting |
GET api/Hosting/Product?user={user}&id={id}&name={name}&type={type}&active={active}&activepack={activepack}&enabledpack={enabledpack}&activeframework={activeframework}&activeframeworkserver={activeframeworkserver}&activedb={activedb} |
Return the available hosting products |
GET api/Hosting/{hosting_handle}/IpFilter?user={user} |
Get ip addresses used for connection to this hosting |
GET api/Hosting/{hosting_handle}/IpFilter/{id}?user={user} |
Get ip address specified by id |
POST api/Hosting/{hosting_handle}/IpFilter?user={user} |
Create a new ip address for connection to the given hosting and belonging to the given user |
DELETE api/Hosting/{hosting_handle}/IpFilter/{id}?user={user} |
Delete a ip address filter from the given hosting having the given id |
GET api/Hosting?user={user} |
Return a list of hosting objects for the supplied user |
AutoRenew
Methods for tracking autorenewals
API | Description |
---|---|
GET api/AutoRenew?user={user}&object_class={object_class}&object_handle={object_handle}&status={status}&latest={latest} |
Return autorenews that user has rights to using filters supplied |
GET api/AutoRenew/{id}?user={user} |
Return autorenew specified by id |
PUT api/AutoRenew/{id}?user={user} |
Update the status of an auto renewal |
Transaction
Provides details of transactions
API | Description |
---|---|
GET api/Transaction/{transactionId}?user={user} |
Get an existing transaction by id |
GET api/Transaction/{transactionId}/Ticket?user={user} |
Return a list of tickets with object info associated with this transaction |
Panier
Provides methods to create and manage a shopping cart (panier) Provides methods to add, update and remove items from the panier. Confirming items will create a transaction
API | Description |
---|---|
GET api/Panier?ipaddress={ipaddress}&user={user} |
Return the current panier for the given user |
GET api/Panier/{id}?user={user} |
Return a panier with the given id |
POST api/Panier?user={user} |
Create a new panier. Confirmed items will be used to create a transaction, unconfirmed items will be placed in a new panier. |
PUT api/Panier/{id} |
Update a panier with the given id. Confirmed items will be used to create a transaction, unconfirmed items will be placed in a new panier. All supplied items will be updated, new items (id empty) will be added. Any items that are not present in the posted panier will be untouched, to remove items from the panier use the delete method. |
PUT api/Panier/{id}?user={user} |
Update a panier with the given id. Confirmed items will be used to create a transaction, unconfirmed items will be placed in a new panier. All supplied items will be updated, new items (id empty) will be added. Any items that are not present in the posted panier will be untouched, to remove items from the panier use the delete method. |
POST api/Panier/{panier}/Item |
Create a new item on a panier |
POST api/Panier/{panier}/Item?user={user} |
Create a new item on a panier |
PUT api/Panier/{panier}/Item/{id} |
Update an existing item on a panier |
PUT api/Panier/{panier}/Item/{id}?user={user} |
Update an existing item on a panier |
DELETE api/Panier/{panier}/Item/{id}?user={user} |
Delete an item from it's panier |
GET api/Panier/{panier}/Cleanup?user={user} |
No documentation available. |
Poll
Methods for reading and acknowledging messages
API | Description |
---|---|
GET api/Poll?user={user} |
Returns the next message in the queue |
PUT api/Poll/{id}/Acknowledge?user={user} |
Acknowledge a message - remove message from queue |
Edit
Summary description for EditController
API | Description |
---|---|
PUT api/Edit/{name}?user={user} |
Generic method for object editing |
POST api/Edit/{name}?user={user} |
Generic method for object creation |
PUT api/EditBulk/{name}?user={user} |
Generic method for object editing |
POST api/EditBulk/{name}?user={user} |
Generic method for object creation |
DELETE api/Edit/{name}?user={user} |
Generic method for object deletion |
NameServer
API | Description |
---|---|
GET api/NameServer/{id}?user={user} |
Return details of a name server with id |
GET api/NameServer?name={name}&user={user} |
Retunr details of a name server with name |
GET api/NameServer/{name}/Check?registry={registry}&user={user} |
Check the availability of a name server on a registry |
POST api/NameServer?user={user} |
Register a name server |
PUT api/NameServer/{id}?user={user} |
Change the ip addresses of a name server |
DELETE api/NameServer/{id}?user={user} |
Delete a name server from all registries |
Product
Provides methods to obtain a list of available products with details including price and promotions specific to the supplied user
API | Description |
---|---|
GET api/Product/{id}?user={user} |
Get a product by id |
GET api/Product?user={user}&type={type}&subtype={subtype}&tldname={tldname}®istry={registry}&country={country}&package={package}&trusteeproduct={trusteeproduct}&hastld={hastld}&active={active} |
Get products that match the filters |