Authentication
To communicate with the Riverr GraphQL API, you must authenticate your requests using your API Key.
Obtaining your API Key
You can obtain your API key (x-uid) by following these steps:
- Log in to your Riverr account.
- Navigate to the Settings page.
- Click on the API Keys tab.
- Copy your User ID (UID) or generate a new API Key if needed.
Using the API Key
Include the API key in the header of your GraphQL requests as x-uid.
{
"x-uid": "YOUR_API_KEY_HERE"
}