Build decentralized identity solutions with our RESTful API endpoints for identity verification, credential management, and policy enforcement.
https://api.palap.org/v2/identity
{ "did": "did:example:randomstring", "type": "VerifiableCredential", "publicKey": "base64EncodedKey" }
{ "id": "unique-identity-id", "created_at": "2025-08-26T12:34:56Z", "status": "active" }
?did=did:example:12345
{ "valid": true, "timestamp": "2025-08-26T12:34:56Z", "issuer": "palap.org" }
{"error": "unauthorized", "message": "Missing authentication header"}
{"error": "not_found", "message": "Resource not available"}
Use API key authentication. Add an Authorization
header with Bearer token:
Authorization: Bearer <your_api_key_here>
Get started with our REST API for secure identity management across blockchain and decentralized systems.