| Name | Type | Description | Notes |
|---|---|---|---|
| webhook_url | String | Webhook URL for implementation | |
| api_key | String | Webhook secret key |
require 'rankvectors'
instance = RankVectors::CustomCredentials.new(
webhook_url: https://yourapi.com/rankvectors-webhook,
api_key: your-webhook-secret-key
)