Overview

All Praxos API requests require authentication using an API key. This document outlines the authentication process and requirements for accessing the Praxos API.

Obtaining an API Key

Learn how to generate and manage your API keys

Authentication Method

The Praxos API uses API key-based authentication for all endpoints. To authenticate your requests:

  1. Include your API key in the request header
  2. Use the header key api-key
  3. Ensure the API key is valid and active

Example request header:

api-key: your-api-key-here