All guides / General Support / API Keys: connect Pricefy to your apps

API Keys: connect Pricefy to your apps

API Keys let you connect your own apps to Pricefy through its REST API. Each key has its own name, status, and permissions.

Open API Keys

Click Settings in the sidebar, then the API Key tab. The API Key tab is available to the account owner (master user).

The API Key tab in Pricefy Settings, with the Postman collection and documentation link.

The API Documentation link and the ready-to-use Postman collection help you explore and test every endpoint.

Create a key

Click New API Key, give it a recognizable Name, and keep its Status enabled.

The New API Key panel with a granular permissions table for each resource.

Set its permissions

Under API Permissions, choose exactly which resources and methods the key can use — GET, POST, PUT, or DELETE per resource (Account, Store, Products, Competitors, and more). Use All read, All write, or Clear all to set them quickly, then click Create Key.

After you click Create Key, copy the key right away and store it somewhere safe — for security the full key is shown only once.

Manage your keys

Each key in the list has an Actions menu:

  • View Logs — see every request the key has made (timestamp, endpoint, method and path, response status and duration).
  • Edit — rename the key or change its permissions.
  • Disable / Enable — temporarily turn the key off, then back on.
  • Revoke — permanently invalidate the key (you’ll be asked to confirm).
Scroll to Top