Skip to main content
POST
/
support
/
message
Create
curl --request POST \
  --url https://api.icepanel.io/v1/support/message \
  --header 'Content-Type: application/json' \
  --data '
{
  "body": {
    "message": "<string>",
    "subject": "<string>",
    "type": "bug",
    "attachments": [
      {
        "data": "<string>",
        "filename": "<string>",
        "size": 123,
        "type": "<string>"
      }
    ]
  },
  "email": "[email protected]",
  "landscapeId": "<string>",
  "name": "<string>",
  "organizationId": "<string>",
  "url": "<string>"
}
'
{}

Headers

Authorization
string

Body

application/json
body
object
required
email
string<email>

The email address of the user, preferrably this should be set by providing an authorization header, using this will mark the message as anonymous

landscapeId
string

The landscape that the message is regarding, only available when the user is authenticated

name
string
organizationId
string

The organization that the message is regarding, only available when the user is authenticated

url
string

The url of the page that was viewed when the message is created

Response

OK

The response is of type object.