Last updated 1 year ago
Validate DID document keys.
POST /api/v1/profiles/did-keys/validate HTTP/1.1 Host: Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 288 { "document": { "id": "text", "context": [ "text" ], "alsoKnownAs": [ "text" ], "controller": [ "text" ], "verificationMethod": [ {} ], "authentication": [ {} ], "assertionMethod": [ {} ], "keyAgreement": [ {} ], "capabilityInvocation": [ {} ], "capabilityDelegation": [ {} ], "service": [ {} ] }, "keys": [ { "id": "text", "key": "text" } ] }
Successful operation.
{ "id": "text", "key": "text", "valid": true }