FAQ
Who can use this API?
Primarily this is for partners who want to integrate with our platform. However, anyone can use this API as long as they have a valid client ID and secret.
How do I get a client ID and secret?
You can get a client ID and secret by becoming a partner. To become a partner, you need can sign up here. Once you've signed up, you can create API credentials by following the instructions here and request API access here.
Where can I see my client ID and secret.
You can find your client ID and secret in under my applications.
How do I use this API?
see Getting started.
Common errors
I get a 401 when I try to use the API, what's wrong?
In order to fetch data from the API you must first login and get an access token. See Getting started and the api reference.
My access token has expired, how do I get a new one?
Access tokens are valid for 10 minutes. You can get a new access token by logging in again. See api reference.
My links are missing a ref query parameter, what's wrong?
You must include a ref query parameter with all your requests if you want attribution when a end user clicks links to shops or Prisjakt. The ref query parameter is used to identify you as a partner and will be appended on all relevant links in the response body. See attribution and the api reference.
I get less offers in my response then I see on Prisjakt
The API only returns offers that are available for purchase. Offers that are out of stock or not available for purchase are not included in the response.
How do I get help?
If you have any questions or need help with anything related to this API, please contact us at [email protected]. We're happy to help! Please submit the following with your request:
- ref ID:
- client ID:
Current Behavior
Describe your problem. e.g I am unable to fetch data for /products/1234
and get status 404, with this request https://api.schibsted.com/prisjakt/partner-search/products/1245?ref=11111
.
Expected Behavior
Describe your expected behavior. e.g I expect to get status 200 and a product object with id 1234.
How do I report a bug?
If you find a bug in this API, please report it to us at [email protected]. We'll fix it as soon as possible!