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

Compare with Current View Page History

« Previous Version 7 Next »

The "Product Store" is a central service that provides information about the products offered by InterNetX. The product information can be retrieved via a REST API.

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 /ssl

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

GET /ssl/_paginate

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

GET /ssl/{label}

The GET /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 /tld

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

GET /tld/_paginate

The route GET /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 /tld/{label}

The GET /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