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>"
}
'{}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>"
}
'{}Show child attributes
The email address of the user, preferrably this should be set by providing an authorization header, using this will mark the message as anonymous
The landscape that the message is regarding, only available when the user is authenticated
The organization that the message is regarding, only available when the user is authenticated
The url of the page that was viewed when the message is created
OK
The response is of type object.