Steve API
API Reference

External API Overview

Live server-to-server API surface for Steve integrations.

The external integration API is the stable, versioned HTTP surface intended for operator backends and other server-side integrations.

Base namespace

/api/v1

Authentication

Every live endpoint in this namespace requires:

Authorization: Bearer aok_<key>

Live endpoints

EndpointPurpose
GET /api/v1/companiesDiscover active companies and their IDs
GET /api/v1/jobs/{sessionId}Poll async session state
POST /api/v1/webhooks/testValidate webhook reachability before rollout

Operating model

  • Company discovery is read-only and only returns active companies.
  • Job polling is session-oriented and scoped to the owning API key.
  • Webhook testing validates URL shape and network reachability before production use.

On this page