Create an API application in the Admin Console to get your Client ID and Secret.
Exchange credentials for a Bearer token:
POST /oauth/token
grant_type=client_credentials
client_id=YOUR_ID
client_secret=YOUR_SECRET
Use the token in your requests:
Authorization: Bearer YOUR_TOKEN