Generate Signed URL to Upload API

Overview

The Generate Signed URL to Upload API produces a signature that is used to upload an attachment.

SecurityoAuthUser or oAuthOnBehalfOfUser or oAuthCustomer or oAuthOnBehalfOfCustomer or oAuthAnonymousCustomer
Request
header Parameters
Accept-Language
required
string

The Language locale accepted by the client (used for locale specific fields in resource representation and in error responses).

Enum: "en-US" "es-ES" "fr-FR" "it-IT" "de-DE" "nl-NL" "pt-BR" "pt-PT" "da-DK" "ru-RU" "fr-CA" "zh-CN" "ja-JP" "ko-KR" "sv-SE"
Example: en-US
Request Body schema: application/json
name
required
string [ 1 .. 200 ] characters ^[\w\W]+$

The name of the attachment.

size
required
integer <int64> [ 1 .. 26214400 ]

The size of the attachment in bytes. The maximum size is limited to 25MB.

Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

406

Not acceptable

415

Incorrect Content Type Header

500

Internal server error