Origin Pulse · Developer access

Company signals, ready for your workflow.

API v1 returns live, tenant-scoped signals for an active Origin Pulse workspace. The service never exposes demo records through these routes.

Base URL: https://originpulse.co.uk
All API routes below require an active plan and a live API key unless marked public.

Authentication

Send the key with either header format:

Authorization: Bearer sf_live_...
X-API-Key: sf_live_...

Keys are created in the portal under Exports & API and are shown only once.

Endpoints

RoutePurpose
GET/api/healthPublic service readiness summary.
GET/api/v1Machine-readable API index.
GET/api/v1/usageCurrent weekly signal and hourly request usage.
GET/api/v1/segmentsAvailable segments, regions, and trigger types for the workspace.
GET/api/v1/signalsSignals in the workspace history window. Supports limit, segment, region, trigger, and min_fit.
GET/api/v1/signals/:idOne signal by its external id.

Example

curl https://originpulse.co.uk/api/v1/signals?limit=10 +  -H "Authorization: Bearer sf_live_..."

Responses include meta.request_id and rate-limit headers. A missing or inactive subscription returns a clear 401 or 402 error.

Return to your portal