Getting started
Discover how to set up an integration with the Pricka API in just a few steps.
What you'll need
- Access to https://app.pricka.se.
- Make sure you have your login credentials ready.
Generate Client Credentials
Create your client credentials in Pricka's app user interface.
These credentials are vital for your integration:
- Visit https://app.pricka.se and sign in.
- Navigate to 'Settings' and select the 'API' tab.
- 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:
- Go to https://api.pricka.se and use the 'Authorize' button.
- Enter your newly generated credentials to authenticate.
- The API uses OAuth 2.0 Client Credentials flow.
https://api.pricka.se/oauth/auth
as the authorization URLhttps://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.