Custom Storage

Create a document in custom storage

post

This endpoint allows the user to create a document in their custom store.

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

Successful response

application/json
Responseboolean
post
/custom-storage/create

Create a document in custom storage

post

This endpoint allows the user to create a document in their custom store.

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

Successful response

application/json
Responseboolean
post
/custom-storage/create-many

Read custom documents from storage

post

This endpoint allows the user to query for documents in their custom store.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
limitnumberOptionalDefault: 25
cursorstringOptional
queryany ofOptional
or
encryptbooleanOptionalDefault: true
includeAssociatedDidsbooleanOptionalDefault: true
Responses
200

Successful response

application/json
Responseany of
or
post
/custom-storage/read

Count custom documents from storage

post

This endpoint allows the user to count documents in their custom store.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
queryany ofOptional
objectOptional
or
includeAssociatedDidsbooleanOptionalDefault: true
Responses
200

Successful response

application/json
Responsenumber
post
/custom-storage/count

Update custom documents in storage

post

This endpoint allows the user to update documents in their custom store.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
queryany ofOptional
objectOptional
or
updateany ofRequired
or
includeAssociatedDidsbooleanOptionalDefault: true
Responses
200

Successful response

application/json
Responsenumber
post
/custom-storage/update

Delete custom documents in storage

post

This endpoint allows the user to delete documents in their custom store.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
queryany ofOptional
objectOptional
or
includeAssociatedDidsbooleanOptionalDefault: true
Responses
200

Successful response

application/json
Responseany of
numberOptional
or
booleanOptional
post
/custom-storage/delete

Last updated

Was this helpful?