Telenor Stores API

Walkthrough

Use case:

  • A user enters your website wanting to find the closest Telenor Store
  • You want to deliver something to your customers to the Telenor Store closes to them

This example uses NodeJS and Express.

OAuth

To call the API you first need to obtain an access token. Since this is an API that doesn't access customer data, only client credentials are needed.

When you do a POST to the /token API you obtain the 'bearer token' that your app can use to call the API that your app has access to.