Skip to main content
The FieldIU Integration API lets you create and manage accounts, contacts, leads, work orders, and AI agent interactions programmatically. Base URL
https://integration.fieldiu.online
API Version: v1 — OAS 3.0.1

Authentication

Every request requires two headers:
HeaderDescription
X-API-KEYYour organization’s API key
X-ORG-IDYour organization’s identifier
curl -X POST https://integration.fieldiu.online/api/v1/accounts \
  -H "X-API-KEY: your_api_key" \
  -H "X-ORG-ID: your_org_id" \
  -H "Content-Type: application/json"
Contact your FieldIU administrator to obtain your X-API-KEY and X-ORG-ID credentials.

Available Endpoints

Accounts

Create and retrieve account records

AI Agent

Book appointments, confirm work orders, and interact with the FieldIU AI

Contacts

Create and retrieve contact records

Leads

Submit new leads into the FieldIU pipeline

Response Format

All endpoints return HTTP 200 on success. Error responses include a status code and message body describing the issue.

Rate Limiting

Requests are subject to rate limiting per organization. If you exceed the limit, you will receive a 429 Too Many Requests response.