For the complete documentation index, see llms.txt. This page is also available as Markdown.

Storage

Store a Credential/Presentation

post

This endpoint stores a credential/presentation, returning a uri that can be used to resolve it

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
itemany ofRequired
or
or
or
or
Responses
200

Successful response

application/json
stringOptional
post/storage/store

Delete a stored Credential/Presentation

delete

Deletes a stored item by URI when the caller is authorized.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
uristringRequired
Responses
200

Successful response

application/json
booleanOptional
delete/storage/delete

Resolves a URI to a Credential/Presentation

get

This endpoint stores a credential/presentation, returning a uri that can be used to resolve it

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
uristringRequired
Responses
200

Successful response

application/json
protectedstringRequired
ivstringRequired
ciphertextstringRequired
tagstringRequired
aadstringOptional
get/storage/resolve

Resolves URIs to Credentials/Presentations

post

This endpoint resolves a batch or URIs

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
urisstring[]Required
Responses
200

Successful response

application/json
or
nullOptional
post/storage/resolve/batch

Last updated

Was this helpful?