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.
Request Method: POST
URL: https://app.nationalcrimecheck.com.au/oauth2/token
Request fields:
- 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.