Overview
Gopher uses API keys to authenticate requests. API keys are associated with an organisation and inherit its permissions. Pass your API key as a Bearer token in the `Authorization` header of every request.
Parameters
| Name | In | Type | Description |
|---|---|---|---|
| Authorizationrequired | header | string | Bearer token. Format: `Bearer gph_<key>` |