Storage
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
typestring · enumOptionalPossible values:
Responses
200
Successful response
application/json
400
Invalid input data
application/json
401
Authorization not provided
application/json
403
Insufficient access
application/json
500
Internal server error
application/json
post
/storage/storeThis 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
400
Invalid input data
application/json
401
Authorization not provided
application/json
403
Insufficient access
application/json
404
Not found
application/json
500
Internal server error
application/json
get
/storage/resolveLast updated
Was this helpful?