Skip to main content

Create contact/support ticket

POST 

/company/contact/

Create a new contact/support ticket in the system.

Typical flow:

  1. The client (company or carrier) reports a problem
  2. The system registers the ticket and notifies the support team
  3. Support responds via email or platform

Considerations:

  • Requires authentication for registered users (JWT)
  • Allows anonymous contact with author=anonymous
  • Validates UTC time zone via middleware

Request

Responses

Ticket successfully created. Returns the data of the registered ticket. Includes system-generated metadata (ID, timestamp, etc.).