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

Body

application/json
body
object
required
email
string
required
landscapeId
string
name
string
organizationId
string
url
string
userId
string

Response

200
application/json
OK

The response is of type object.