This guide shows how to connect Xquik to Corsair with API key authentication.Documentation Index
Fetch the complete documentation index at: https://docs.corsair.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authentication Method
The Xquik plugin uses API key authentication.api_key(default) - sends the key as thex-api-keyheader
API Key Setup
Step 1: Create an API Key
- Sign in to the Xquik dashboard.
- Open the API keys area.
- Create a key for your Corsair integration.
- Copy the key and store it securely.
Step 2: Store the Key in Corsair
Use the Corsair CLI:corsair.ts
Webhook Secret
When you create an Xquik webhook endpoint, Xquik returns the HMAC signing secret once in the create response. Store that value in Corsair so incoming deliveries can be verified.corsair.ts
X-Xquik-Signature, X-Xquik-Timestamp, and X-Xquik-Nonce headers. The plugin verifies the signature over the raw request body before handling monitor events.
Required Credentials Summary
| Credential | Required For | Where to Find |
|---|---|---|
| API Key | API calls | Xquik dashboard API keys |
| Webhook Secret | Incoming webhooks | Returned when creating an Xquik webhook endpoint |