You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Table of Contents

Address

The interface can be reached under the following URL: https://api.autodns.com/productstore/v1/.

Documentation

The interface is fully documented with Swagger. The Swagger file can be found in the Official InterNetX Github Repository.

Certificate Product Routes

GET /product/ssl

The route GET /product/ssl lists all certificate products and outputs them in JSON format.

GET /product/ssl/_paginate

The route GET /product/ssl/_paginate lists all certificate products and returns them within a pagination object. The output is in JSON .

GET /product/ssl/{label}

The GET /product/ssl/{label} route displays information about a specific certificate product. The output is in JSON format. If no product is found for the given "label", a 404 HTTP code is returned.

TLD Product Routes

GET /product/tld

The route GET /product/tld lists all TLD products and outputs them in JSON format. The list can be filtered using various parameters.

GET /product/tld/_paginate

The route GET /product/tld/_paginate lists all TLD products and returns them within a pagination object. The output is in JSON. The list can be filtered with different parameters.

GET /product/tld/{label}

The GET /product/tld/{label} route displays information about a specific TLD product. The output is in JSON. If no product is found for the given "label", a 404 HTTP code is returned.



  • No labels