Authentication

All API requests must include an API key in the Authorization header.

Header Format

Authorization: Token <your-api-key>

Example Request

curl -X GET https://production.baselinesoftware.com/production/api/loan \
  -H "Authorization: Token your-api-key-here"

Responses

If the API key is missing, invalid, or inactive, the API will return:

403 Not authorized

Getting an API Key

API keys are generated in the Baseline dashboard under Settings > API Keys. Each key is tied to a specific account and determines which data the API can access. See Requesting API Keys for more details.