Terminology

API - A set of endpoints that can be used to request and send data using standard web protocols and formats. Generally, our APIs follow RESTful design exposing resources that can be identified by unique URLs and manipulated using HTTP methods such as GET, POST, PUT and DELETE.

Product - A product is a unit to which subscriptions may be applied. A product may represent a specific customer or be linked to a specific environment for a particular customer (e.g. separate test and production).

Subscription - subscriptions are assigned to users for Products so that requests can be made that safely connect our integration partners to our customers.