For Developers

Build with the Skill Passport API

Embed verified skill identity, AI matching, and credential issuance into your product with a developer-first API.

What you get

Everything you need to ship

Simple authentication

API keys and OAuth 2.0 to secure every request from your application.

REST endpoints

Clean, predictable JSON endpoints for profiles, credentials, and matches.

Realtime webhooks

Subscribe to verification, issuance, and match events as they happen.

Verified by default

Every credential delivered through the API is blockchain anchored.

Built for scale

Low-latency infrastructure designed for high-volume hiring platforms.

SDKs & integrations

Drop-in SDKs and integrations with ATS, LMS, and HRIS systems.

API Reference

Core endpoints

GET/v1/passports/{id}Fetch a verified Skill Passport
POST/v1/credentialsIssue a new verified credential
POST/v1/matchRun AI matching against a role
GET/v1/skills/searchSearch the skill taxonomy
POST/v1/webhooksRegister an event webhook
Quickstart

From zero to verified in minutes

Generate an API key, install the SDK, and make your first request. Full reference docs, sandboxes, and starter templates included.

  • Sandbox environment with test data
  • Official SDKs for Node, Python, and Go
  • OpenAPI spec and Postman collection
  • Dedicated developer support
curl
curl https://api.skillpassport.io/v1/passports/usr_123 \
  -H "Authorization: Bearer $SKILL_PASSPORT_API_KEY" \
  -H "Content-Type: application/json"

Replace the example ID with any verified Skill Passport identifier.

Documentation

Guides, references, and recipes.

SDKs

Official libraries for popular stacks.

Integrations

ATS, LMS, and HRIS connectors.

Ready to start building?

Get in touch to request API access and a sandbox key for your team.

Request API access