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
| Platform | Integration | Download |
|---|---|---|
| WordPress | Official plugin | Download |
| OJS (Open Journal Systems) | Official plugin | Download |
| Microsoft Office | Official add-in | Download |
| Mobile Apps | iOS & Android | iOS / Android |
| Custom applications | REST API | API Docs |
Authentication for Integrations
Most integrations require authentication:
| Integration | Auth Method |
|---|---|
| REST API | JWT Bearer Token or API Key |
| Office Add-in | OAuth 2.0 |
| OJS Plugin | API Key |
| WordPress Plugin | OAuth 2.0 |
| Webhooks | HMAC Signature |
Getting an API Key
- Log in to my.govalid.org
- Navigate to Profile Settings → API Keys
- Click Create New Key
- Set permissions and expiration
- Copy the key (shown only once)
OAuth 2.0 Setup
For integrations that use OAuth 2.0 (WordPress, OJS):
- Register your application in the GoValid dashboard
- Configure redirect URIs
- Receive client ID and client secret
- Implement OAuth 2.0 authorization code flow
Next Steps
- Office Add-in Guide - Set up Microsoft Office integration
- OJS Plugin Guide - Set up Open Journal Systems integration
- WordPress Plugin Guide - Set up WordPress integration
- Webhooks Setup - Configure event-driven notifications
- API Reference - Full API documentation