Skip to main content
POST
Generic database operations
Execute CRUD operations on various collections in the database.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
db
string
required

Collection name

operation
enum<string>
required
Available options:
get,
create,
update,
delete,
getOne
database
enum<string>
Available options:
datalake,
ailoop
filter
object
data
object

Response

200 - application/json

Operation successful.

message
string
success
boolean
data
array
modifiedCount
integer