I created this because the official INE certificate verification endpoints (my.ine.com/certifications or my.ine.com/certificate/{credential_id}) are currently broken and return a 503 error. This makes it impossible for users, employers, or anyone else to verify INE certifications through the official site.
With this, anyone can verify INE certificates directly. If you need to confirm the validity of an INE credential and the official service is down, you can use this as a alternative.
- Verify any Accredible certificate by credential ID (not limited to INE)
- Fetch certificate details, verification status, and related events
GET /verify/{credential_id}
Verifies a certificate by its credential ID. Returns certificate details, verification status, and related events.
GET /verify/123456
{
"verify": true,
"name": "John Doe",
"certification": "INE Certified Expert",
"description": "Awarded for passing the INE Expert exam.",
"issued_on": "2025-08-01T00:00:00Z",
"expires_on": "2028-08-01T00:00:00Z",
"issuer": "INE",
"blockchain_address": "0x123456789abcdef",
"events": [
{
"type": "issued",
"data": {"date": "2025-08-01T00:00:00Z"}
}
]
}
- /docs
- /redoc
This project is licensed under the MIT License. See the LICENSE
file for details.
Contributions are welcome! Please open an issue or submit a pull request if you have ideas or fixes.
If you find this API useful and want to support my caffeine addiction, please consider buying me a coffee! ☕😁