Catalog API Overview

The Catalog API group of methods enable you to manipulate catalogs and items. Calls in this group will allow you to create a catalog, or get, update, and delete catalog items, and others.

All of the routes in this group will require your project token as the path parameter, and the authorization, and content-type of application/json within the header. Those interacting with an existing catalog, such as Get catalog name, will also require the catalog's ID as an additional path parameter. This can be found in the URL in the application when viewing existing catalog.

Common errors

The specified ID does not exist or has a typo:

{
    "errors": {
        "_global": [
            "The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again."
        ]
    },
    "success": false
}