HomeIntegrations

API endpoints

Summary

In this article, you’ll learn how to use Growmatik’s RESTful API to integrate Growmatik with other platforms.

We’ll cover the following topics:


Use of the API

An API (Application Programming Interface) is a set of functions that allows for interaction with external software components.

Growmatik provides an API with REST architectural style (RESTful API) for developers to create authorized GET and  POST requests. It helps programmers easily integrate Growmatik into other application softwares. To access more details about protocols, visit Growmatik API Reference.


Adding a new Growmatik API key

  1. On the left sidebar, click on your profile picture and from the opened menu, select the Site Settings option to open the Settings page.

  1. In the Settings page, select Integrations and then click on the Growmatik API to open the Add Integration window.
  1. From the Add Integration window navigate to Authentication tab. 
  1. Click on the Add new API key button, give it a label name and Save it.

API credential

To get your API key and API secret:

  1. From the Settings page, go to Integration > Growmatik API > Authentication and then click on Show details link. 
  2. Now, select the Copy icon to save the credential to clipboard.

Editing an API key label

  1. Open Add integration window by clicking on the Integration link. 
  2. Navigate to the Authentication tab to see the list of created API keys.
  3. Click on the Edit icon for each API key, give it a new label and then press Enter to save changes.

Deleting an API key

From the Site Settings page:

  1. Click on the Integration link and then select the Authentication tab to see the list of created API keys.
  2. Click on the Delete icon at the right bottom of the opened window to delete a generated API key. Then press the Delete button to proceed.
Was this article helpful?YesNo