Skip to Content

User Guide

Business Portal Login

First-party access

Integrations may choose to use a Client Credentials OAuth grant type of receive an access token, if the integration is only preforming first-party data access. These grant types can only be used to access the app-owner's data rather than third party data.

URL:  https://app.nationalcrimecheck.com.au/oauth2/token 

Method: POST

Request fields include:

  • client_id
  • client_secret
  • grant_type -- must be "client_credentials"

Access tokens generated in this manner have a short expiry (e.g. one hour) but new tokens can be created as often as needed.