# POST NewEvent **POST NewEvent** ## Servers - Production server: https://api.mycirrus.cloud/v1 (Production server) ## Parameters ### Headers - **X-Webhook-Id** (string) The ID of the webhook that sent the request. - **X-Webhook-Signature** (string) The HMAC-SHA256 signature of the request body and the secret. This can be used to verify the sender and content of the request. ### Body: application/json (object) New Event avaliable - **type** (string) - **instrument** (string) - **time** (string(date-time)) - **eventTime** (string(date-time)) Start time of the most recent event to be stored. Events are stored in batches so several new events may be available. ## Responses ### 200 You must return a 200 OK status to indicate that the data was received successfully. [Powered by Bump.sh](https://bump.sh)