Obtain an OAuth2 access token and fetch a Talent record via Avionté's BOLD Front Office API

domain: avionte.com · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Get onboarded first: existing Avionté clients request API subscription access via their Avionté rep; third-party vendors join the Avionté+ Certified Integration Program — either path is required before you receive a Tenant ID, Client ID, Client Secret, and API key.
  2. POST https://api.avionte.com/authorize/token with header 'Content-Type: application/x-www-form-urlencoded' and 'x-api-key: {your API key}', and body grant_type=client_credentials, client_id, client_secret, and scope=avionte.aero.compasintegrationservice (for the BOLD Front Office / Partner Additions APIs).
  3. Read the response for access_token, expires_in (default 3600 seconds), and token_type (bearer); tokens are valid for exactly one hour, so refresh via a new token request rather than reusing an expired one.
  4. Attach the token to subsequent API calls as header 'Authorization: Bearer {access_token}'.
  5. Call the Talent resource (the documented 'Get a Talent' request) to retrieve a talent's profile details — status, contact info, tax-related fields — by talent ID.
  6. Include the Tenant ID on requests when your integration serves multiple client tenants, since each tenant must be addressed separately.

Known gotchas

Related routes

Avionté BOLD API: authenticate via OAuth2 client_credentials
avionte.com · 5 steps · unrated
Avionté BOLD API: create a Job via the Front Office API
avionte.com · 5 steps · unrated
Avionté BOLD API: add and retrieve Placements via the Front Office API
avionte.com · 5 steps · unrated

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?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans