Skip to content
English
  • There are no suggestions because the search field is empty.

Settings: API Manager

The API Manager in Pallet Connect is a central hub for connecting external systems to your Pallet Connect install. From this area, users can create and manage API keys, configure webhooks and test integrations.

  1. From the Main Menu > Settings > API Manager.

2. The page will have the access to create/view or edit the API Keys and Webhooks.

API Keys act like permission passes between Pallet Connect and another system. In the API Manager users can:

  • Create new keys for different connections.

  • Add descriptions to know what each key is used for.

  • Remove keys that are no longer needed.

Webhooks allow Pallet Connect to automatically send updates to another system when certain events occur. Inside the Webhooks section users can:

  • Create a new webhook

  • Choose which event should trigger a notification

  • Enter the address where the update should be sent

  • Send a test message to confirm the connection

3. At any time, click the Question Mark (?) beside the Api Keys to open the full technical guidelines, sample requests and troubleshooting tips.

4. Pallet Connect supports multiple implementation methods, including:

  1. cURL
  2. Go (Native)
  3. JavaScript (Fetch)
  4. jQuery
  5. Node.js Native
  6. PHP (cURL)
  7. Python https.client

Sample code is available in the help guide for each language.