Skip to main content

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:

  1. Log in to your Riverr account.
  2. Navigate to the Settings page.
  3. Click on the API Keys tab.
  4. 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"
}