How To

Section with How to articles guiding on the step by step of using the Nmbrs REST API. 

Get access token via OAuth Tools

1. Create code flow

In oauth.tools, create a new Code Flow. 

2. Import Identity endpoints

Go to Environments and enter Metadata URL, all the other endpoints will be automatically filled in.

Metadata URL: https://identityservice.nmbrs.com/.well-known/openid-configuration

Identity Setup

3. Set up client credentials

On Settings, setup client credentials:

  • ClientId

  • ClientSecret

  • Scope: nmbrs_api

Click on Run to start the code flow. 

Picture

4. Login into Nmbrs and allow consent

Login to Nmbrs and give consent to your chosen profile. 

Get access token via Postman