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
Responses
200

Successful response

application/json
Responsestring
post
/storage/store

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
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
post
/storage/resolve/batch

Last updated

Was this helpful?