This document outlines authentication and authorization for the Great Question REST API.

For connecting specific providers, please see the relevant integration guides (Salesforce, Snowflake, Zapier)

Overview

Authentication for Great Question is done via an authorization header.

API tokens can be generated within the application and is available on all team and enterprise plans.

Generating an API token

Tokens can be generated by any account admin via account > api tokens

Authorization

Any API requests can authorized via a bearer token in the request headers:

Authorization: “BEARER: <yourtoken>”