Reseller API
Check status of API
GET https://api.grouptrackcrm.com/reseller/info
Create a license and assign it to a new user
PUT https://api.grouptrackcrm.com/reseller/license
{ "first": <string>, // User's first name "last": <string>, // User's last name "email": <string>, // User's email address "tier": <string>, // "basic", "premier" or "pro" "pipelines": <array> // [{ name: "pipeline name", key: "pipeline key" }] }
A reference array containing all options for the "pipelines" property can be found in the Reseller Portal on the Settings page.
To authenticate your request and map it to your account, you will need to provide an API Key as a custom HTTP header. Please use "gt-token" as the header key. Your API Key will be visible in the Reseller Portal on the Settings page