Skip to main content
PATCH
/
multichannel
/
workspaces
/
{workspaceID}
/
sender-profiles
/
{senderProfileID}
Error
A valid request URL is required to generate request examples
{
  "id": 123,
  "linkedinAccount": {
    "id": 123,
    "linkedinUrl": "<string>",
    "name": "<string>",
    "premium": true,
    "profilePictureUrl": "<string>",
    "status": "<string>"
  },
  "mailboxes": [
    {
      "address": "<string>",
      "id": "<string>"
    }
  ],
  "name": "<string>",
  "status": "<string>"
}
{
"data": "<unknown>",
"message": "<string>"
}
{
"data": "<unknown>",
"message": "<string>"
}
{
"data": "<unknown>",
"message": "<string>"
}
{
"data": "<unknown>",
"message": "<string>"
}
{
"data": "<unknown>",
"message": "<string>"
}

Authorizations

Authorization
string
header
required

Path Parameters

workspaceID
string
required

Workspace ID

senderProfileID
integer
required

Sender profile ID

Body

application/json

Update sender profile request

The body is of type object.

Response

OK

id
integer
linkedinAccount
object
mailboxes
object[]
name
string
status
string