This endpoint requires authentication. Users can only view their own support requests.
Endpoint
Authentication
This endpoint requires a valid JWT token. Include the token in the Authorization header:Query Parameters
This endpoint does not accept any query parameters. It automatically filters results to show only support requests belonging to the authenticated user.Response
Indicates whether the request was successful
A human-readable message describing the result
The response data object
Response Examples
Code Examples
Error Responses
401 Unauthorized
Returned when the request is made without a valid JWT token or the token has expired
Notes
- Support requests are automatically filtered by the authenticated user’s ID
- Results are ordered by ID in descending order (newest first)
- The endpoint uses soft deletes, so deleted requests won’t appear in the results
- When a support request is created, administrators are automatically notified