Proofpoint

Proofpoint is an enterprise cybersecurity company focused on human-centric security — email and collaboration security, data loss prevention, insider threat management, digital communications governance, security awareness training and threat intelligence. Its public API surface is substantial but gateway-shaped rather than developer-portal-shaped: the Targeted Attack Protection (TAP) v2 API, the Threat Protection dashboard Reports API, the Emerging Threats (ET) Intelligence Query API, the ZenGuide / Security Awareness Training Results API, the Secure Email Relay email submission API, the Proofpoint Essentials SIEM API and the Proofpoint on Demand (PoD) log stream. Every one of them is documented in public HTML and every one of them is credential-gated at runtime; Proofpoint publishes no OpenAPI, AsyncAPI, GraphQL or MCP contract for any of them.

Proofpoint publishes 7 APIs on the APIs.io network. Tagged areas include Security, Cybersecurity, Email Security, Threat Intelligence, and Data Loss Prevention.

Proofpoint’s developer surface includes documentation, API reference, engineering blog, support, CLI, authentication, and 22 more developer resources.

30.6/100 thin Agent 8/100 agent aware Full breakdown ↓
scored 2026-09-14 · rubric v0.22.0
7 APIs
SecurityCybersecurityEmail SecurityThreat IntelligenceData Loss PreventionSecurity Awareness TrainingInsider ThreatSIEMComplianceEmail

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-14 · rubric v0.22.0
Create-or-Update Ergonomics could not be measured. We hold no machine-readable contract for this provider to read, so there is nothing to measure a write surface against. Excluded rather than scored zero: never-measured and measured-empty are different facts. Publishing an OpenAPI is what makes this facet — and several others — scorable at all.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/proofpoint: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 7

Individual APIs this provider publishes, each with its own machine-readable definition.

Proofpoint Targeted Attack Protection (TAP) API v2

The TAP v2 API exposes the Threat Insight Dashboard to machines: SIEM event download (blocked/permitted clicks, blocked/delivered messages, issues, all), campaign identifiers an...

Proofpoint Threat Protection Dashboard Reports API v1

The Dashboard Reports API returns the same executive-summary, effectiveness, people, organization and threat-landscape report cards the Threat Protection dashboard renders, plus...

Emerging Threats (ET) Intelligence Query API v1

The ET Intelligence Query API is Proofpoint's threat-intelligence lookup service, reached at api.emergingthreats.net. Thirty-six documented GET endpoints pivot across domains, I...

Proofpoint Security Awareness Training (ZenGuide) Results API

The Results API exports Security Awareness Training outcomes for business-intelligence and LMS integration: CyberStrength knowledge assessments, PhishAlarm reports, ThreatSim si...

Proofpoint Secure Email Relay (SER) Email Submission API

Secure Email Relay lets applications send authenticated transactional mail through Proofpoint rather than through an unmanaged relay, which is what makes a strict DMARC policy a...

Proofpoint Essentials Threat (SIEM) API

Proofpoint Essentials — the SMB and MSP edition of the platform — exposes the same /v2/siem shape as TAP on its own regional hosts, returning blocked and permitted clicks and bl...

Proofpoint on Demand (PoD) Log API

The PoD Log API is Proofpoint's streaming surface rather than a request/response one: a client opens a WebSocket to logstream.proofpoint.com and subscribes to either the filter ...

Scroll for all 7

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Proofpoint Rate Limits

14 limits

RATE LIMITS

Security Posture 4

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Proofpoint Authentication

5 schemes

SECURITY

Proofpoint Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Proofpoint Vulnerability Disclosure

Hackerone · contact published

SECURITY

Proofpoint Trust Center

ISO/IEC 42001, ISO/IEC 27001, SOC 2, FedRAMP, IRAP, ENS (Esquema Nacional de Seguridad), EU-U.S. / UK Extension / Swiss-U.S. Data Privacy Framework, PCI DSS, FIPS 140 validated ...

SECURITY

Resources

Get Started 1

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 5

Pagination, idempotency, versioning, errors, and events

Build 4

SDKs, sample code, and the tooling you integrate with

Access & Security 7

Authentication, authorization, and security posture

Scroll for all 7

Operate 3

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: proofpoint
name: Proofpoint
description: 'Proofpoint is an enterprise cybersecurity company focused on human-centric security — email and collaboration
  security, data loss prevention, insider threat management, digital communications governance, security awareness training
  and threat intelligence. Its public API surface is substantial but gateway-shaped rather than developer-portal-shaped: the
  Targeted Attack Protection (TAP) v2 API, the Threat Protection dashboard Reports API, the Emerging Threats (ET) Intelligence
  Query API, the ZenGuide / Security Awareness Training Results API, the Secure Email Relay email submission API, the Proofpoint
  Essentials SIEM API and the Proofpoint on Demand (PoD) log stream. Every one of them is documented in public HTML and every
  one of them is credential-gated at runtime; Proofpoint publishes no OpenAPI, AsyncAPI, GraphQL or MCP contract for any of
  them.'
url: https://raw.githubusercontent.com/api-evangelist/proofpoint/refs/heads/main/apis.yml
image: https://kinlane-productions2.s3.amazonaws.com/api-evangelist-site/company-logos/proofpoint.png
x-type: company
x-source: harvest:absent-parent
specificationVersion: '0.20'
created: '2026-09-13'
modified: '2026-09-13'
tags:
- Security
- Cybersecurity
- Email Security
- Threat Intelligence
- Data Loss Prevention
- Security Awareness Training
- Insider Threat
- SIEM
- Compliance
- Email
apis:
- aid: proofpoint-tap
  name: Proofpoint Targeted Attack Protection (TAP) API v2
  image: https://kinlane-productions2.s3.amazonaws.com/api-evangelist-site/company-logos/proofpoint.png
  description: 'The TAP v2 API exposes the Threat Insight Dashboard to machines: SIEM event download (blocked/permitted clicks,
    blocked/delivered messages, issues, all), campaign identifiers and detail, forensic evidence for a threat or campaign,
    Very Attacked People and top-clicker rosters, threat summaries and URL Defense decoding. All endpoints are GET (URL Decoder
    is POST) over HTTPS with HTTP Basic authentication using a service principal and secret minted in the TAP Settings page.'
  humanURL: https://help.proofpoint.com/Threat_Insight_Dashboard/API_Documentation
  baseURL: https://tap-api-v2.proofpoint.com/v2
  tags:
  - Threat Intelligence
  - SIEM
  - Email Security
  properties:
  - type: APIReference
    url: https://help.proofpoint.com/Threat_Insight_Dashboard/API_Documentation
  - type: Documentation
    url: https://help.proofpoint.com/Threat_Insight_Dashboard/API_Documentation/SIEM_API
  - type: TermsOfService
    url: https://www.proofpoint.com/us/legal/api-terms-of-use
  - type: RateLimits
    url: rate-limits/proofpoint-rate-limits.yml
  - type: Authentication
    url: authentication/proofpoint-authentication.yml
- aid: proofpoint-threat-protection-reports
  name: Proofpoint Threat Protection Dashboard Reports API v1
  image: https://kinlane-productions2.s3.amazonaws.com/api-evangelist-site/company-logos/proofpoint.png
  description: 'The Dashboard Reports API returns the same executive-summary, effectiveness, people, organization and threat-landscape
    report cards the Threat Protection dashboard renders, plus mail-bomb (email bomb) events. It is the newer of the two Proofpoint
    threat APIs and the only one using OAuth 2.0 client credentials: an API key and secret are exchanged at https://auth.proofpoint.com/v1/token
    for a one-hour Bearer token.'
  humanURL: https://help.proofpoint.com/Threat_Insight_Dashboard/API_Documentation/Reports_API
  baseURL: https://threatprotection-api.proofpoint.com/api/v1/dash/reports
  tags:
  - Reporting
  - Email Security
  - Analytics
  properties:
  - type: APIReference
    url: https://help.proofpoint.com/Threat_Insight_Dashboard/API_Documentation/Reports_API
  - type: Documentation
    url: https://help.proofpoint.com/Threat_Insight_Dashboard/API_Documentation/Email_Bomb_Events_API
  - type: Authentication
    url: authentication/proofpoint-authentication.yml
  - type: RateLimits
    url: rate-limits/proofpoint-rate-limits.yml
- aid: proofpoint-et-intelligence
  name: Emerging Threats (ET) Intelligence Query API v1
  image: https://kinlane-productions2.s3.amazonaws.com/api-evangelist-site/company-logos/proofpoint.png
  description: The ET Intelligence Query API is Proofpoint's threat-intelligence lookup service, reached at api.emergingthreats.net.
    Thirty-six documented GET endpoints pivot across domains, IP addresses, malware samples (by MD5), Suricata/Snort signature
    IDs, CVEs, malware families, threat actors and reputation categories. Authentication is a single API key sent in the Authorization
    header; the default rate is 200 queries per minute per key.
  humanURL: https://apidocs.emergingthreats.net/
  baseURL: https://api.emergingthreats.net/v1
  tags:
  - Threat Intelligence
  - Reputation
  - Malware
  properties:
  - type: APIReference
    url: https://apidocs.emergingthreats.net/
  - type: GitHubRepository
    url: https://github.com/EmergingThreats/query-api-docs
  - type: SignUp
    url: https://etadmin.proofpoint.com/api-access
  - type: RateLimits
    url: rate-limits/proofpoint-rate-limits.yml
- aid: proofpoint-psat-results
  name: Proofpoint Security Awareness Training (ZenGuide) Results API
  image: https://kinlane-productions2.s3.amazonaws.com/api-evangelist-site/company-logos/proofpoint.png
  description: 'The Results API exports Security Awareness Training outcomes for business-intelligence and LMS integration:
    CyberStrength knowledge assessments, PhishAlarm reports, ThreatSim simulated-phishing events, training assignments, training
    enrollments and users. Proofpoint publishes a machine-readable apiDoc description of it — the only machine-readable contract
    found anywhere on the Proofpoint estate — alongside the rendered reference.'
  humanURL: https://proofpoint.securityeducation.com/api/reporting/documentation/
  baseURL: https://results.us.securityeducation.com/api/reporting/v0.3.0
  tags:
  - Security Awareness Training
  - Reporting
  - Education
  properties:
  - type: APIReference
    url: https://proofpoint.securityeducation.com/api/reporting/documentation/
  - type: X-APIDoc
    url: apidoc/proofpoint-psat-results-api_data.json
  - type: X-APIDocProject
    url: apidoc/proofpoint-psat-results-api_project.json
  - type: DataModel
    url: data-model/proofpoint-data-model.yml
- aid: proofpoint-secure-email-relay
  name: Proofpoint Secure Email Relay (SER) Email Submission API
  image: https://kinlane-productions2.s3.amazonaws.com/api-evangelist-site/company-logos/proofpoint.png
  description: Secure Email Relay lets applications send authenticated transactional mail through Proofpoint rather than through
    an unmanaged relay, which is what makes a strict DMARC policy achievable. The Email Submission API accepts a message at
    mail.ser.proofpoint.com after an OAuth client-credential exchange; Proofpoint ships first-party client libraries for Python,
    Java and .NET against it.
  humanURL: https://api-docs.ser.proofpoint.com/docs/email-submission
  baseURL: https://mail.ser.proofpoint.com
  tags:
  - Email
  - DMARC
  - Transactional Email
  properties:
  - type: APIReference
    url: https://api-docs.ser.proofpoint.com/docs/email-submission
  - type: SDKs
    url: packages/proofpoint-packages.yml
- aid: proofpoint-essentials-siem
  name: Proofpoint Essentials Threat (SIEM) API
  image: https://kinlane-productions2.s3.amazonaws.com/api-evangelist-site/company-logos/proofpoint.png
  description: Proofpoint Essentials — the SMB and MSP edition of the platform — exposes the same /v2/siem shape as TAP on
    its own regional hosts, returning blocked and permitted clicks and blocked and delivered messages in syslog or JSON for
    SIEM ingestion. HTTP Basic with a service principal and secret, GET only, same rolling 24-hour throttle.
  humanURL: https://help.proofpoint.com/Essentials/Additional_Resources/API_Documentation/Essentials_Threat_API
  baseURL: https://us-siem.proofpointessentials.com/v2
  tags:
  - SIEM
  - Email Security
  - SMB
  properties:
  - type: APIReference
    url: https://help.proofpoint.com/Essentials/Additional_Resources/API_Documentation/Essentials_Threat_API
  - type: Authentication
    url: authentication/proofpoint-authentication.yml
- aid: proofpoint-pod-log
  name: Proofpoint on Demand (PoD) Log API
  image: https://kinlane-productions2.s3.amazonaws.com/api-evangelist-site/company-logos/proofpoint.png
  description: 'The PoD Log API is Proofpoint''s streaming surface rather than a request/response one: a client opens a WebSocket
    to logstream.proofpoint.com and subscribes to either the filter (message) log or the MTA (maillog) stream, then receives
    events continuously. It is the only event-shaped Proofpoint API, and it is the one whose documentation is not public —
    help.proofpoint.com redirects the PoD Log API article to a customer login.'
  humanURL: https://help.proofpoint.com/Proofpoint_on_Demand/Log_API
  baseURL: https://logstream.proofpoint.com
  tags:
  - Streaming
  - Logging
  - WebSocket
  properties:
  - type: Documentation
    url: https://help.proofpoint.com/Proofpoint_on_Demand/Log_API
common:
- type: Website
  url: https://www.proofpoint.com/us
- type: DeveloperPortal
  url: https://help.proofpoint.com/Threat_Insight_Dashboard/API_Documentation
- type: Documentation
  url: https://help.proofpoint.com/Threat_Insight_Dashboard/API_Documentation
- type: APIReference
  url: https://apidocs.emergingthreats.net/
- type: TermsOfService
  url: https://www.proofpoint.com/us/legal/api-terms-of-use
- type: PrivacyPolicy
  url: https://www.proofpoint.com/us/legal/privacy-policy
- type: Blog
  url: https://www.proofpoint.com/us/blog
- type: Support
  url: https://www.proofpoint.com/us/support-services
- type: Community
  url: https://proofpoint.my.site.com/community/s/
- type: GitHubOrganization
  url: https://github.com/pfptcommunity
- type: Packages
  url: packages/proofpoint-packages.yml
- type: SDKs
  url: packages/proofpoint-packages.yml
- type: CLI
  url: cli/proofpoint-cli.yml
- type: Authentication
  url: authentication/proofpoint-authentication.yml
- type: RateLimits
  url: rate-limits/proofpoint-rate-limits.yml
- type: ErrorCatalog
  url: errors/proofpoint-error-codes.yml
- type: Conventions
  url: conventions/proofpoint-conventions.yml
- type: Lifecycle
  url: lifecycle/proofpoint-lifecycle.yml
- type: Conformance
  url: conformance/proofpoint-conformance.yml
- type: Compliance
  url: https://www.proofpoint.com/us/legal/trust/product-certifications
- type: TrustCenter
  url: security/proofpoint-trust-center.yml
- type: Trust
  url: https://www.proofpoint.com/us/legal/trust
- type: VulnerabilityDisclosure
  url: security/proofpoint-vulnerability-disclosure.yml
- type: Security
  url: https://www.proofpoint.com/us/security/vulnerability-disclosure-policy
- type: DomainSecurity
  url: security/proofpoint-domain-security.yml
- type: Plans
  url: plans/proofpoint-plans-pricing.yml
- type: DataModel
  url: data-model/proofpoint-data-model.yml
- type: LLMsTxt
  url: llms/proofpoint-llms.txt
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
x-enrichment:
  date: '2026-09-13'
  status: enriched
  artifacts_added: 19
  pass: local-v3
x-coverage:
  state: covered
  reason: null
  detail: 'Seven public Proofpoint APIs were documented from the provider''s own public reference pages and every artifact
    below is grounded in a fetched URL. The one wall hit was narrow and is recorded in lifecycle/: the Proofpoint on Demand
    Log API article and the help.proofpoint.com section indexes 302 to a customer login while their leaf articles stay public.'
  evidence:
  - url: https://help.proofpoint.com/Threat_Insight_Dashboard/API_Documentation/SIEM_API
    status: 200
  - url: https://apidocs.emergingthreats.net/
    status: 200
  - url: https://proofpoint.securityeducation.com/api/reporting/documentation/api_project.json
    status: 200
  - url: https://help.proofpoint.com/Proofpoint_on_Demand/Log_API
    status: 302
  checked: '2026-09-13'

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/proofpoint"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/proofpoint/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/proofpoint/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.