Credly
Credly is a digital credential and open badge platform, owned by Pearson (acquired 2022), used by more than 2,000 organizations to issue, manage, and verify verifiable digital badges and certifications. The Credly Web Service API (base https://api.credly.com/v1, with a sandbox at https://sandbox-api.credly.com/v1) lets issuing organizations create and manage badge templates, issue and revoke badges to recipients, read organization and employee data, pull an events feed, and expose recipient credentials via Open Badges Infrastructure (OBI) endpoints. Authentication is HTTP Basic (the organization's authorization_token as the username with a blank password) or OAuth 2.0 client_credentials. Real-time notifications are delivered via outbound webhooks (HTTPS POST callbacks), not a WebSocket.
APIs
Credly Badge Templates API
List, retrieve, create, update, and delete an organization's badge templates - the reusable credential designs (name, description, image, skills, criteria) that badges are issue...
Credly Issued Badges API
Issue badges to recipients from a badge template, list and filter issued badges, retrieve a single badge, replace a badge, and revoke a badge. Issuing takes recipient_email and ...
Credly Organizations API
Read organization-level data - organization details and the employees directory (the workforce scope). Includes GET /v1/organizations/{organization_id}/employees and organizatio...
Credly Events and Webhooks API
Pull a paginated feed of organization events (badge.created, badge.deleted, badge.privacy.changed, badge.state.changed) via GET /v1/organizations/{organization_id}/events, and r...
Credly OBI Recipients API
Open Badges Infrastructure (OBI) specified endpoints that expose a recipient's badge as a public, standards-compliant Open Badges assertion (issuer, badge class, and assertion) ...