Skip to main content

Getting started

Discover how to set up an integration with the Pricka API in just a few steps.

What you'll need

Generate Client Credentials

Create your client credentials in Pricka's app user interface.

These credentials are vital for your integration:

  1. Visit https://app.pricka.se and sign in.
  2. Navigate to 'Settings' and select the 'API' tab.
  3. Click on "New client" button to generate your client credentials. Remember to save these immediately as you will not be able to view the client secret again, though the client ID will remain visible.

Authenticate and Test the API

Access and test the Pricka API with your new credentials.

Follow these steps to authenticate and start testing:

  1. Go to https://api.pricka.se and use the 'Authorize' button.
  2. Enter your newly generated credentials to authenticate.
  3. The API uses OAuth 2.0 Client Credentials flow.
    • https://api.pricka.se/oauth/auth as the authorization URL
    • https://api.pricka.se/oauth/token as the token URL.

Start Using the API

Now you're ready to fully utilize the Pricka API.

Upon successful authentication, the API is at your disposal for development and testing.