OAuth 2.0 Client Credentials Grant for Machine-to-Machine Authentication
Authenticate the application using its client credentials (client_id and client_secret). 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.