Custom Storage
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
itemany ofRequired
or
Responses
200
Successful response
application/json
Responseboolean
400
Invalid input data
application/json
401
Authorization not provided
application/json
403
Insufficient access
application/json
500
Internal server error
application/json
post
/custom-storage/createAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
itemsany ofRequired
or
Responses
200
Successful response
application/json
Responseboolean
400
Invalid input data
application/json
401
Authorization not provided
application/json
403
Insufficient access
application/json
500
Internal server error
application/json
post
/custom-storage/create-manyAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
limitnumberOptionalDefault:
25cursorstringOptional
queryany ofOptional
or
encryptbooleanOptionalDefault:
trueincludeAssociatedDidsbooleanOptionalDefault:
trueResponses
200
Successful response
application/json
Responseany of
or
400
Invalid input data
application/json
401
Authorization not provided
application/json
403
Insufficient access
application/json
500
Internal server error
application/json
post
/custom-storage/readAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
queryany ofOptional
objectOptional
includeAssociatedDidsbooleanOptionalDefault:
trueResponses
200
Successful response
application/json
Responsenumber
400
Invalid input data
application/json
401
Authorization not provided
application/json
403
Insufficient access
application/json
500
Internal server error
application/json
post
/custom-storage/countAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
queryany ofOptional
objectOptional
updateany ofRequired
or
includeAssociatedDidsbooleanOptionalDefault:
trueResponses
200
Successful response
application/json
Responsenumber
400
Invalid input data
application/json
401
Authorization not provided
application/json
403
Insufficient access
application/json
500
Internal server error
application/json
post
/custom-storage/updateAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
queryany ofOptional
objectOptional
includeAssociatedDidsbooleanOptionalDefault:
trueResponses
200
Successful response
application/json
Responseany of
numberOptional
booleanOptional
400
Invalid input data
application/json
401
Authorization not provided
application/json
403
Insufficient access
application/json
500
Internal server error
application/json
post
/custom-storage/deleteLast updated
Was this helpful?