Skip to main content

Integrations Overview

Connect GoValid with your applications, workflows, and third-party platforms.

Available Integrations

Office & Productivity

  • Microsoft Office Add-in - Generate QR codes in Word, Excel, and PowerPoint
    • Insert QR codes directly into documents
    • Bulk generation from Excel spreadsheets
    • PDF stamping with QR codes

Academic Publishing

  • OJS Plugin - Open Journal Systems integration for academic journals
    • Automatic QR generation on article publication
    • PDF stamping with verification QR
    • Article authentication and tracking

CMS & Websites

  • WordPress Plugin - Add QR authentication to WordPress sites
    • QR codes for posts and pages
    • Document verification widgets
    • User authentication via QR

Developer Tools

  • REST API - Full API access for custom integrations

    • 200+ endpoints
    • JWT and API key authentication
    • OpenAPI 3.0 specification
  • Webhooks - Event-driven integrations

    • Real-time notifications
    • Custom event subscriptions
    • Signature verification

Third-Party Platforms

PlatformIntegrationDownload
WordPressOfficial pluginDownload
OJS (Open Journal Systems)Official pluginDownload
Microsoft OfficeOfficial add-inDownload
Mobile AppsiOS & AndroidiOS / Android
Custom applicationsREST APIAPI Docs

Authentication for Integrations

Most integrations require authentication:

IntegrationAuth Method
REST APIJWT Bearer Token or API Key
Office Add-inOAuth 2.0
OJS PluginAPI Key
WordPress PluginOAuth 2.0
WebhooksHMAC Signature

Getting an API Key

  1. Log in to my.govalid.org
  2. Navigate to Profile SettingsAPI Keys
  3. Click Create New Key
  4. Set permissions and expiration
  5. Copy the key (shown only once)

OAuth 2.0 Setup

For integrations that use OAuth 2.0 (WordPress, OJS):

  1. Register your application in the GoValid dashboard
  2. Configure redirect URIs
  3. Receive client ID and client secret
  4. Implement OAuth 2.0 authorization code flow

Next Steps