Upload a File

Action an "Upload File" earn rule. This earn rule is actioned in 2 parts;

  1. POST to this endpoint to create the point activity and register points against a customer. The post request also returns a presigned URL in the response body.
  2. Upload a file to a presigned URL generated from the previous step using a PUT request with the file contents as the body.
Language
Click Try It! to start a request and see the response here!