Authenticating Your Requests
Each request you send to the API must use Basic Authentication and have your API key in the user name field. Your API key can be found from your API Console.
Example
curl -u <your key>: "https://okcountyrecords.com/api/v1/counties"