Authentication

OAuth 2

API requests are authenticated with OAuth 2 access tokens. OAuth is a popular system for providing temporary access for applications to read and write to user's accounts.

Access tokens are generated through one of the OAuth Grant Flows.

Learn more about OAuth access tokens.

HTTPS

All API requests must be made over HTTPS.