- Get your keys: Go to the API tab under account settings from inside Pixlee.
ACCOUNT API KEY: Used for reading data from the API; the key that exists in your user-facing widget code
ACCOUNT PRIVATE API KEY: Used for creating/modifying data via the API; allows you to read some sensitive data (such as email addresses)
ACCOUNT SECRET KEY: Used for signing POST requests when creating data alongside the Private API key
-
Access: Access the API from anywhere. We've allowed all CORS origins so you can access endpoints just as easily from the browser as with the terminal.
-
That's it!