> ## Documentation Index
> Fetch the complete documentation index at: https://greatquestion.co/support/llms.txt
> Use this file to discover all available pages before exploring further.

# Great Question API

> Connect to Great Question programmatically through the public REST API.

The Great Question API lets you read and write studies, candidates, interviews, surveys, transcripts, and more from your own systems. Full reference documentation lives at [developer.greatquestion.co/reference/overview](https://developer.greatquestion.co/reference/overview).

## Getting a token

If your account has API access, generating a token is self-serve:

1. Go to **Settings > API Tokens**.
2. Click **Generate new token**.
3. Copy the token, it's shown once.

Authenticate requests with a Bearer token in the `Authorization` header:

```text theme={null}
GET /api/v1/me.json
Authorization: Bearer <token>
```

Tokens expire after **one year** by default. Self-serve tokens are all-or-nothing, they carry full read/write access to your account's data; there's no per-resource scope picker today.

## What's available

The API currently covers studies, interviews, unmoderated studies, surveys, candidates, transcripts, teams, consent forms, message templates, and screener responses, among other resources. See the full reference for endpoint by endpoint detail.

***

**Still need help?** Contact us at [support@greatquestion.co](mailto:support@greatquestion.co) — median response time is 19 minutes during [support hours](https://greatquestion.co/features/about-our-support-team).
