Skip to main content
POST
Create a reward image upload URL

Authorizations

Authorization
string
header
required

Auth0 access token

Path Parameters

tenantId
string
required

Body

application/json

Request body for minting a presigned reward-image upload URL.

contentType
enum<string>
required

Pinned into the presigned policy; only these MIME types are accepted.

Available options:
image/jpeg,
image/png,
image/webp
fileSize
number<double>
required

Declared upload size in bytes; must be ≤ 5 * 1024 * 1024.

Response

Ok

success
boolean
required
data
object

Response for a minted presigned reward-image upload URL.

errors
object[]
message
string