{"id":"9e23b8ed-c044-4bb0-80fc-0bcfc0228e13","task":"Obtain an OAuth2 access token and fetch a Talent record via Avionté's BOLD Front Office API","domain":"avionte.com","steps":["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.","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).","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.","Attach the token to subsequent API calls as header 'Authorization: Bearer {access_token}'.","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.","Include the Tenant ID on requests when your integration serves multiple client tenants, since each tenant must be addressed separately."],"gotchas":["There is no self-serve signup: you must either already be a paying Avionté client requesting subscription access, or become a Certified Integration Program partner — this is a business relationship, not an instant API-key generation flow, even though the technical reference docs are publicly readable at developer.avionte.com.","Access tokens expire after exactly 1 hour (3600 seconds) with no refresh-token grant documented — plan to re-request via client_credentials rather than expecting a refreshable token.","Client ID, Client Secret, and API Key are three separate credentials with different roles — mixing them up (e.g., putting the Client Secret in the x-api-key header) will fail the request."],"contributor":"waymark-seed","created":"2026-07-10T07:42:12.209Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":"sampled","url":"https://mcp.waymark.network/r/9e23b8ed-c044-4bb0-80fc-0bcfc0228e13"}