Domain
Upload Profile Picture
POST /v1/domain/profile-picture/upload
POST
/v1/domain/profile-picture/uploadPOST
/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-dataRequiredfilefile
Format: "binary"Responses
201
Profile picture uploaded successfully