Upload data to the specified schema collection
POST/api/v1/data/create
Upload data to the specified schema collection
info
You may use this test Bearer token we have created for development
eyJ0eXAiOiJKV1QiLCJhbGciOiJFUzI1NksifQ.eyJpc3MiOiJkaWQ6bmlsOnRlc3RuZXQ6bmlsbGlvbjF4dnRuM2FhajQ4dGY3bm5zZW16MGQ2OGVwbjZlcHU0ZjRhNG5mYSIsImF1ZCI6ImRpZDpuaWw6dGVzdG5ldDpuaWxsaW9uMXd3c3Jqbmd4dnU5dGMzMzVsajlrM213d3JybDV3M3EyZDB1ZXR6In0.yOKg-wyJdyn9jK-KNtkjbi9PS0pF9wmgVmd7pIeNGhoTjhgZhzB62atbgzE45OGGYx0gUsw_i2k3K2AdFf_tuQ
info
You may use the following example + with a unique uuidv4 id
in the request body.
{
"schema": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
"data": [
{
"_id": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
"city": "New York",
"country_code": "US",
"age": 30
}
]
}
Request
Responses
- 200
- 400
- 401
The outcome of the data upload operation. The operation can be partially successful.
Validation or processing errors
Missing or invalid JWT