CwCsvImportPresignResponse

  • code
    Type: number
  • data
    Type: object
    • s3Key
      Type: string

      The S3 object key the CSV is uploaded to. Pass this back to the start endpoint.

    • uploadUrl
      Type: string

      Presigned S3 PUT URL. Upload the raw CSV bytes here with Content-Type: text/csv. The upload goes straight to S3, not through the API.

  • message
    Type: string
  • success
    Type: boolean