Create an event used to record user actions
POST/events
Create an event used to record user actions
Request
Responses
- 201
- 400
- 401
- 403
- 500
The request was successful, and a new resource was created.
The server could not understand the request due to invalid syntax. The client should modify the request and try again.
Authentication is required to access the requested resource. The client must include the appropriate credentials.
The server understood the request, but refuses to authorize it. Ensure the client has appropriate permissions.
The server encountered an unexpected condition that prevented it from fulfilling the request. Report the issue to the support team if it persists.