- FM Integration API v2
FM Integration API v2 (v2)
Loadlink FM Integration API — v2
Post loads/equipment, search reference data, and retrieve leads.
New here? Check your access →
All endpoints require a bearer token — call POST /v2/authorize with your organization's integration email and org token to get one. Your Salesforce account admin provisions the org token; it is shared across every sub-account in your organization.
Errors: 400 responses follow RFC 9457 (ProblemDetails) with a structured errors[] array of {name, reason} pairs. 401 responses have no body. 429 (rate limit exceeded) includes X-RateLimit-* headers and Retry-After.
Idempotency: POST /v2/postings/loads and POST /v2/postings/equipment accept an optional Idempotency-Key header (client-generated UUID v4) to safely retry without creating duplicates. DELETE endpoints do not support this header.
Example payloads: every operation below has a sample request/response for illustration only — cities, tokens, rates, etc. are made up. Substitute your own valid values both in "Try it" and in real integration code; nothing about the example values themselves is required or enforced.