Skip to content

Account Setup & API Keys

Creating Your Account

Contact your Carver Horizon administrator to have an account created for your organization.

API Authentication

Carver Horizon supports two authentication methods:

V1 API — X-API-Key

The V1 API uses a static API key passed as a header:

X-API-Key: your-api-key-here

Generate or rotate API keys from the Admin Dashboard under Settings → API Keys.

V2 API — JWT Bearer Token

The V2 API uses Firebase JWT tokens for authentication:

Authorization: Bearer <firebase-jwt-token>

See Authentication for the full developer guide.

Admin Dashboard

The Admin Dashboard is your control center for: - Managing users and permissions - Configuring regulatory feed sources - Reviewing monitoring activity - Generating API keys