
GCheck Dashboard - Overview of your certificate system.
GCheck is a powerful WordPress Certificate Plugin designed for training centers, academies, and online course creators. It simplifies the process of issuing and verifying certificates, ensuring authenticity and building trust with your students.
Whether you need to verify certificates manually or automate the process via API, GCheck provides a robust solution. Its seamless Google Sheets integration allow you to manage thousands of records effortlessly.
[validate_certificate_form] shortcode anywhere to let users check certificate validity in real-time.[validate_certificate_form] on your “Verify Certificate” page.Managing certificates via Google Sheets is efficient and prevents data entry errors.
Developers can use the GCheck REST API to build custom integrations.
* Base URL: https://your-site.com/wp-json/gcheck/v1/
* Header: X-API-Key: YOUR_API_KEY
Endpoints:
* POST /certificates – Issue a new certificate.
* GET /certificates?code={CODE} – Verify a certificate.
* PATCH /certificates/{id} – Update details.
* DELETE /certificates/{id} – Revoke a certificate.