Avionté BOLD API: add and retrieve Placements via the Front Office API
domain: avionte.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Complete OAuth2 client_credentials authentication and obtain a bearer access token.
Add a placement using the 'Add a Placement' endpoint under https://api.avionte.com/front-office/v1/ (see developer.avionte.com/reference/add-placement for the current field list).
Retrieve an individual placement, including extension details, with GET https://api.avionte.com/front-office/v1/placement/{placementId}/extension/{extensionId} or the base placement-get endpoint.
Page through placement ids using the placement-ids listing endpoint, which applies a maximum page size (100) for performance.
Subscribe to placement_started, placement_updated, placement_removed, and placement_extension_deleted webhook events to react to placement lifecycle changes in near-real time.
Known gotchas
Placement records commonly carry bill/pay rate fields — treat placement payloads as sensitive pay-adjacent data and restrict access accordingly.
Placement webhook events are separate per lifecycle stage (started/updated/removed/extension_deleted) — subscribing to only one won't capture the full lifecycle.
The placement-ids listing endpoint enforces a max page size of 100, so bulk placement syncs need to paginate rather than requesting everything in one call.
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?