Welcome to CourtCorrect API! This documentation will guide you through the process of obtaining your API key and setting up your API headers for authentication.
Getting Started
To start using the CourtCorrect API, follow these steps:
Step 1: Signup and Obtain Your API Key
- Signup: If you haven't already, sign up at platform.courtcorrect.com.
- API Key: After logging in, navigate to Settings and select API Key. Here, you will find your unique API key.
Step 2: Setup API Authentication Headers
To authenticate your API requests, you need to include two headers in each request:
CC-API-KEY-SECRET
: This is your API key obtained from the homepage.CC-API-KEY-USERNAME
: This is the email address associated with your CourtCorrect account.
Example:
GET /your-endpoint
Host: api.courtcorrect.com
CC-API-KEY-SECRET: your_api_key_here
CC-API-KEY-USERNAME: your_email_here