API

API endpoints > keys

Any operations for the integration/plugin keys is done here.
Usually, you will at least have to call this endpoint to register the plugin as a "shop" in the shop list. At the same time, a new token is created for you to use for all other operations where authentication is needed.

Notes

  • Use your public key to obtain a token key.
  • Only the POST operation to /keys/ uses the public key, all other requests use the token key.
GET/keys/fetchlogin/
GET/keys/newkey/
GET/keys/keylist/
POST/keys/
PATCH/keys/activate/:public key
PATCH/keys/deactivate/:public key
PATCH/keys/tokenreset/:public key
DELETE/keys/