Prefer no code? Automate visually
Connect Synap to Segment, Zapier and 8,000+ apps, embed exams in your LMS over LTI 1.3, and enable Single Sign-On — all without writing a line of code.
APIs & webhooks
Synap runs on a single, fully documented REST API — the same one this product is built on. If your team can do something in the interface, they can automate, integrate and audit it programmatically.
GET /v3/attempts/a1B2c3
Authorization: Bearer p:••••••••
200 OK
{
"data": {
"type": "attempts",
"id": "a1B2c3",
"attributes": {
"status": "complete",
"score": 84,
"passed": true,
"submittedAt": "2026-07-11T09:24Z"
}
}
}Trusted by professional organisations, awarding bodies, and universities worldwide
No bolt-on, no blind spots
Most platforms expose a thin export API, bolted on after the fact — a fraction of what the product can actually do. Synap is different. The interface your team uses, and this very website, are built on the same public v3 API. Its coverage is complete by design.
Every screen in Synap is powered by a documented endpoint. There is no private, more-capable internal API — what we build with is what you build with.
Users, question banks, exams, attempts, marking, results, certificates, portals and analytics are all first-class resources you can read and write.
The same endpoints serve millions of assessments and the Synap product itself, so you integrate against battle-tested, production infrastructure.
Everything speaks to the same endpoints
Synap v3 API
One public, documented surface
Capabilities
A modern REST API designed to run the full assessment lifecycle from your own systems.
Users, groups, questions, exams, attempts, marking sessions, results, certificates, portals and analytics — every object in Synap is an API resource.
A REST API following the JSON:API standard, with a published OpenAPI schema your engineers and tooling can generate typed clients from.
Drive the entire lifecycle from your own systems — create content, enrol candidates, deliver exams and pull results without anyone signing in.
Subscribe to platform events and receive them the moment they happen, instead of polling for changes.
Every token is scoped to a portal and inherits a user's role, so integrations get exactly the access they need and no more.
A versioned API with a documented, validated schema, so the integrations you build keep working.
Built to integrate
280+
Resources in the public API
25+
Real-time webhook events
JSON:API
Open, documented standard
99.9%
Uptime SLA
Webhooks
Subscribe your systems to Synap events and we push them to your endpoint in real time — no polling, no delays. Select an event to see the payload we send.
A candidate has finished an exam.
{
"event": "exam.complete",
"occurredAt": "2026-07-11T09:24:11Z",
"data": {
"type": "attempts",
"id": "a1B2c3",
"attributes": {
"exam": "Membership Final",
"user": "u_88213",
"score": 84,
"passed": true
}
}
}Every event is queued and delivered reliably, with automatic retries and back-off if your endpoint is briefly unavailable.
Inspect the status of every delivery — sent, retrying or failed — and re-send any event from the platform.
Subscriptions are scoped to a portal and can authenticate to your endpoint, so events reach the right systems securely.
AI-native
Your team already uses AI assistants. Because Synap's entire API is public, self-describing and published as an MCP server, those assistants can operate the platform directly — no integration project required.
Ask, in plain English, for the work you would otherwise click through by hand. Every action runs inside the permissions you grant.
API reference / Attempts
https://synap.ac/docs/~gitbook/mcpCopyOur docs are hosted on GitBook, so this sits on every page — open it in an assistant, or connect the MCP server directly. No setup on your side.
"Draft 200 single-best-answer questions on cardiology and add them to the Finals bank."
"Which topics did the March cohort score lowest on? Summarise it for the board."
"Enrol these 500 candidates and schedule their exam for Monday at 9am."
Point any MCP-compatible assistant at our documentation and it can navigate every endpoint — there is no custom wrapper to build.
Let non-technical staff query results, build reports or draft questions in natural language, backed by live platform data.
Assistants authenticate with scoped access tokens, so they can only ever do what their assigned role and portal allow.
Security & access
Every request is authenticated and authorised — nothing is trusted by default. Access is granted narrowly and revocably, so integrating with Synap never widens your attack surface.
Authenticate with revocable bearer tokens. Every request is verified independently; nothing is trusted implicitly.
A token acts as a user, inheriting that user's role and permissions — so you grant an integration only the access it needs.
Every token is bound to a single portal, so an integration can never reach data elsewhere in your organisation.
Per-token and per-IP rate limits protect the platform, and your data, from misuse or runaway jobs.
Every request and response is checked against the published OpenAPI schema before it touches your data.
Token usage and administrative actions are recorded, so you can always see who did what, and when.
TLS 1.2+ in transit and AES-256 at rest — the same protection applied across the whole platform.
Learn moreEverything the API returns is yours. Synap claims no ownership of your content or candidate data.
Learn moreFor full detail on hosting, certifications and compliance, see our security and data page. Security & compliance
Alternative ways to integrate
The API is the most powerful route, but not the only one. Automate visually with no code, or hand the whole thing to our team.
Connect Synap to Segment, Zapier and 8,000+ apps, embed exams in your LMS over LTI 1.3, and enable Single Sign-On — all without writing a line of code.
Our team can design and implement your integration for you — from candidate enrolment and results sync to full migrations and custom development. You get the outcome without tying up your engineers.
Integrations & security review
Bring your developers, your IT team, or both. We'll walk through the API, webhooks, access model and security posture, and map them to your systems.
FAQs
Find quick answers or browse our academy .
Can't find your answer?
Book a technical walkthrough, or send your developers straight to the docs.