Authentication

This is an authentication guide for GraphQL.

Getting your API key

Before you get started, you'll want to generate an API key. To get this, log into your Hive account, go to the main menu in the top right, select "My profile" and then click on the "API info" tab. From there, generate a key for use throughout the API.

Minimum Required Parameters

All requests require an API key passed in a request header. The API-KEY is passed in a header called "api-key".

Send your API key to the header:
{
	"api-key": "API-KEY"
}