Skip to content

Creates a new support ticket

POST
/api/support/ticket

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Request Body

application/json
JSON
{
"emailAddress": "string",
"subject": "string",
"body": "string",
"firstName": "string",
"attachments": [
{
"fileName": "string",
"contentType": "string",
"content": "string"
}
],
"userAgent": "string"
}

Responses

Successful

Playground

Authorization
Body

Samples

cURL
JavaScript
PHP
Python