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 "Edit 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 as a request header or query parameter named 'api_key'.
Send your API key to the header:
{
"api_key": "API-KEY"
}
Updated 4 months ago