/
W3
w3c
/
Verifiable Credential API for Lifecycle Management
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 3w ago
Details
Filter operations
Credentials
11
Exchanges
3
Interactions
2
Presentations
5
get
Gets a presentation or verifiable presentation by ID
delete
Deletes a presentation or verifiable presentation by ID
get
Gets list of presentations or verifiable presentations
post
Creates a presentation and returns it in the response body.
post
Verifies a Presentation and all Verifiable Credentials it contains, returning detailed verification results.
post
Passing an empty body to this endpoint creates and returns a challenge string in the response body.
Presentations
Gets a presentation or verifiable presentation by ID
get
/presentations/{id}
Parameters
./components/parameters/path/ObjectId.yml
— unresolved $ref
Response
Credential retrieved
union
required
Presentation
required
— unresolved $ref
OR
VerifiablePresentation
required
— unresolved $ref
Changes