PreStartPilot

PRESTARTPILOT API

Connect field operations to the rest of your business.

Use company-scoped bearer credentials to retrieve assets and inspection records from a stable versioned API.

Authentication

Create a credential under Company & API. The secret is displayed once and should be stored in a server-side secret manager.

curl https://your-host/api/v1/assets -H "Authorization: Bearer psp_live_…"

Available endpoints

GET/api/v1/assetsCompany asset register, state and QR tokens.
GET/api/v1/submissionsLatest 500 inspection submissions and answers.

Response format

{ "data": [{ "id": "uuid", "asset_number": "EX-014" }] }

Credentials can be revoked immediately. Rate limits, write endpoints and outbound webhooks will be enabled during production integration onboarding.