Browse documentation

Support

1 endpoint, of which 1 need no token.

Paths are relative to the base URL for your environment. Unless marked otherwise, every request needs an Authorization: Bearer header.

POST/supportNo token required

Submit Support Ticket

Request body

json
{
  "name": "Test User",
  "email": "test@example.com",
  "subject": "Test support ticket",
  "message": "This is a test support request."
}

Response fields

Asserted by the API’s own test suite.

success