POST
/
data-upload-submissions
curl --request POST \
  --url https://api.sandbox.isometric.com/mrv/v0/data-upload-submissions \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'x-client-secret: <x-client-secret>' \
  --data '{
  "file_upload_id": "<string>",
  "storage_location_id": "<string>",
  "submission_type": "dac_storage_site_time_series"
}'
{
  "error_message": "<string>",
  "id": "dus_1GBBSJ6P91S0R41N",
  "status": "pending",
  "storage_location_id": "slc_1F3PMGVC91S0SBK3",
  "submission_type": "dac_storage_site_time_series"
}

Authorizations

Authorization
string
header
required

A JWT Bearer token header for authentication and authorization, in the format Authorization: Bearer <token>

Headers

x-client-secret
string
required

A secret token identifying the client connecting to the API

Examples:

"Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP"

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.