Overview

Authorize and authenticate access to the API

The HeyTeam API offers two types of API credential to authenticate requests. In both cases, authentication is managed via a Bearer token (apiKey or Access Token).

API Key

The HeyTeam API key is a 40-characters string that can only be generated by HeyTeam.

API Keys are easy to use and provide full access to the API resources in HeyTeam.

OAuth

HeyTeam also supports the use of OAuth credentials to authenticate requests. Specifically under the OAuth 2.0 authorization framework, we support Client Credential flow.