The RightsZone API is an extension to the Salesforce native API and allows you to create:

  • Projects (Work) only
  • Project and Components (Product Formats) in one single call


The API is REST based and uses JSON


At a high level:

  1. You make a first call to authenticate to RightsZone (same to the one you would do to authenticate to a standard Salesforce API)
  2. You get a unique token and URL from the authentication call that you can use in any subsequent calls to the RightsZone API (for projects or project and components APIs)


Because RightsZone is Salesforce based you can also call the standard Salesforce API to create/update/delete Accounts, Contacts and Events.


For further information see:


API Initial Authentication

Calling the RightsZone API

Create Project

Create Project & Component