SignSecureSignSecure Docs

Settings

Manage your profile, API keys, webhooks, and notification preferences.

View Markdown

Profile

Update your name, email address, and password at Settings > Profile.

API Keys

Generate API keys to use the SignSecure REST API programmatically.

  1. Go to Settings > API Keys
  2. Click Create API Key
  3. Copy and securely store the key -- it won't be shown again

API keys support expiration dates and rate limiting. Use the key as a Bearer token in the Authorization header:

Authorization: Bearer signsecure_xxxxxxxx...

Webhooks

Register webhook URLs to receive real-time notifications about document events.

  1. Go to Settings > Webhooks
  2. Add your endpoint URL
  3. Select the events you want to subscribe to
  4. A signing secret is generated for verifying webhook payloads

Webhook deliveries are retried up to 3 times on failure. See the Webhooks page in the API Reference for full details on event types, payload shapes, and signature verification.

Notifications

In-App Notifications

Access notifications from the bell icon in the top navigation, or visit the full notifications page. Notifications cover:

  • Document events -- signed, completed, rejected
  • Organization events -- member joined, left, role changed, invitation received
  • Billing events -- low credit balance
  • Security events -- new login detected

Notification Preferences

Customize which notifications you receive at Settings > Notification Preferences. Toggle individual notification types on or off.

Billing History

View your purchase history and download invoices at Settings > Billing.

On this page