Domain

Upload Profile Picture

POST /v1/domain/profile-picture/upload

POST/v1/domain/profile-picture/upload
POST
/v1/domain/profile-picture/upload

Upload a profile picture for a sending domain mailbox

Upload a profile picture (company logo or sender avatar) for a sending domain, used in email warmup and inbox display.

Content-Type: multipart/form-data. Supported formats: PNG, JPG, GIF. Maximum file size: 1 MB.

The returned id is used as profilePicId in the mailboxes array when calling POST /v1/domain. Pass profilePicId: 0 to skip the profile picture.

Authorization

x-api-key<token>

API key for Open API authentication

In: header

Request Body

multipart/form-dataRequired

filefile

Format: "binary"

Responses

201
Profile picture uploaded successfully

Request

curl -X POST \
  "https://open-api.saleshandy.com/v1/domain/profile-picture/upload" \
  -H "x-api-key: YOUR_API_KEY" \
  -F "file=@/path/to/your/file.pdf"

Response

No response body