Get alert configurations for authenticated user
Alerts
Get Alert Configurations
Retrieve all alert configurations for the authenticated user (identified by API key). Returns configuration metadata including filters, frequency, and descriptions.
Important Notes:
- This endpoint does NOT consume usage credits (actualUsageCount: 0)
- Returns only configuration metadata, not deal data
- Does not require any query parameters - user is identified by API key
- All configurations for the authenticated user are returned (no pagination)
Authentication:
- User identity is automatically determined from the API key
- No email or user_id parameter needed
Use Cases:
- Look up what alerts are configured for the authenticated user
- Retrieve alert filter settings for external integrations
- Audit alert configurations programmatically
GET
Get alert configurations for authenticated user
Authorizations
API key authentication using Bearer token format.
Format: Authorization: Bearer vg_your_api_key_here
API keys follow the pattern: vg_[12_hex_chars]_[32_base64url_chars]

