Synergy Platform API

The API surface behind Synergy, AccessFintech's post-trade collaboration network. The shipped web client calls a GraphQL endpoint at https://api.accessfintech.com/gql (operation name mirrored into the query string as ?operation=) alongside a REST surface on the same origin, authenticated by an Okta-issued session and scoped per acting organization via an x-context-org-id header. Access is granted to onboarded network members; there is no public reference, specification or sign-up.

API entry from apis.yml

apis.yml Raw ↑
name: Synergy Platform API
description: The API surface behind Synergy, AccessFintech's post-trade collaboration network. The shipped
  web client calls a GraphQL endpoint at https://api.accessfintech.com/gql (operation name mirrored into
  the query string as ?operation=<name>) alongside a REST surface on the same origin, authenticated by
  an Okta-issued session and scoped per acting organization via an x-context-org-id header. Access is
  granted to onboarded network members; there is no public reference, specification or sign-up.
humanURL: https://www.accessfintech.com/platform/
baseURL: https://api.accessfintech.com
tags:
- Post-Trade
- Capital Markets
- GraphQL
properties:
- type: Authentication
  url: authentication/accessfintech-authentication.yml
- type: OAuthScopes
  url: scopes/accessfintech-scopes.yml
- type: Conventions
  url: conventions/accessfintech-conventions.yml