Quick Start
Last updated
Last updated
Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.
The first step is to create a user account through the Clearinghouse website, . Then you can request an API key, .
Once the request is accepted, you will receive an email from info@clearinghouse.net
with your token.
There are two methods of authentication CRLCA has available:
Token Authentication
Session Authentication
The following sections will go over how to make your first request using both authentication methods.
Token authentication authenticates based the token you have received via email from info@clearinghouse.net
.
To make your first request, send an authenticated request to the hello endpoint.
GET
https://www.clearinghouse.net/api/v1/test
Test endpoint for API connection verification
Authorization*
String
Authorization
Token XXXXXXXXXXX
where
XXXXXXXXXXX
is the token string
Take a look at how you might call this method using python or curl
:
Session authentication authenticates based on your Civil Rights Clearinghouse Litigation website login credentials.
You should see the following the data returned:
{ "message": "Success, you have access to the Civil Rights Clearinghouse Litigation API!"
To make your first request, make sure you are logged onto your Civil Rights Clearinghouse Litigation account. You can access the authentication request to the following endpoint: