Authenticate server-to-server API requests
client_secret
secure and never expose it in client-side code. An API key provides full access to all the
data in a project. Don’t hardcode it in code repositories and don’t share it with others.Get your credentials
client_id
and client_secret
.Exchange for tokens
client_id
and client_secret
must be sent in the Authorization header as Basic authentication credentials:Make authenticated requests
Refresh expired tokens