Skip to main content

Open Badges v3.0 Validation

This document explains how to validate Open Badges v3.0 using the MyNextID Open Badges Verifier.

The verifier supports three validation methods.

  • Supported formats: .png, .svg
  • Supported version: Open Badges v3.0

1. Upload a Badge File (PNG / SVG)

Users can manually upload an Open Badge file for validation.

Verifier URL:
https://verifier.mynext.id/open-badges

Steps:

  1. Open the verifier page.
  2. Upload the Open Badge image.
  3. Review the validation result.

Users can manually paste a publicly accessible asset URL for validation.

Verifier URL:
https://verifier.mynext.id/open-badges

Steps:

  1. Open the verifier page.
  2. Paste the link to Open Badge image.
  3. Review the validation result.

Users can validate an Open Badge by providing a publicly accessible asset URL, using a request_url parameter.

URL format: https://verifier.mynext.id/open-badges?request_url=[ASSET_URL]

The verifier fetches the badge from the provided URL and displays the validation result.

For integrations, a redirect_url parameter can be provided.
After validation, the verifier redirects the user back to the specified URL.

URL format: https://verifier.mynext.id/open-badges?request_url=[ASSET_URL]&redirect_url=[REDIRECT_URL]

After validation, the user is redirected to: [REDIRECT_URL]?outcome=[VALIDATION_OUTCOME]


Notes & Requirements

  • Supported formats: .png, .svg
  • Only Open Badges v3.0 are supported.
  • The request_url must be publicly accessible.
  • Encode URLs properly when using query parameters.