OAuth 2.0 Client Credentials Grant for Machine-to-Machine Authentication
Authenticate the application using the selected client authentication method (client secret or private key JWT). No user involvement is required — the application authenticates with its own identity.
/oauth2/default/v1/token
grant_type=client_credentials
Test the access token by making an authenticated API request to a resource server.