Getting Your Listings
You can retrieve your packages & category listings in JSON format and display them however you wish.
Authenticated Requests
Last updated
You can retrieve your packages & category listings in JSON format and display them however you wish.
Last updated
Gets all categories from a webstore including packages.
The webstore identifier.
"t66x-7cd928b1e9312709e6810edac6dc1fd1eefc57cb"
Successful response returns a list of category information.
Gets information about a category and returns the packages in that category.
The webstore identifier.
"t66x-7cd928b1e9312709e6810edac6dc1fd1eefc57cb"
The ID of the category to fetch.
127244343
Successful response returns the category without package information.
Gets information about a category and returns the packages in that category.
The webstore identifier.
"t66x-7cd928b1e9312709e6810edac6dc1fd1eefc57cb"
The ID of the category to fetch.
127244343
Successful response returns the category with package information.
Gets all packages from a webstore.
The webstore identifier.
"t66x-7cd928b1e9312709e6810edac6dc1fd1eefc57cb"
Successful response returns a list of package information.
Gets all packages from a webstore.
The webstore identifier.
"t66x-7cd928b1e9312709e6810edac6dc1fd1eefc57cb"
An IP address can be provided with authenticated requests.
"127.0.0.1"
Successful response returns a list of package information.
Gets all packages from a webstore.
The webstore identifier.
"t66x-7cd928b1e9312709e6810edac6dc1fd1eefc57cb"
The basket identifier.
"c00244-d2ac2e77418a55b25292a6bc7a719ad9c529ba2c"
An IP address can be provided with authenticated requests.
"127.0.0.1"
Successful response returns a list of package information.
Gets a package from a webstore by ID.
The webstore identifier.
"t66x-7cd928b1e9312709e6810edac6dc1fd1eefc57cb"
The package's ID.
1272441812
Successful response returns the package information.
Gets all categories from a webstore. This does not include package information. To include package information, add ?includePackages=1
to the URL.
The webstore identifier.
"t66x-7cd928b1e9312709e6810edac6dc1fd1eefc57cb"
Successful response returns a list of category information.