Settings
Manage your profile, API keys, webhooks, and notification preferences.
Profile
Update your name, email address, and password at Settings > Profile.
API Keys
Generate API keys to use the SignSecure REST API programmatically.
- Go to Settings > API Keys
- Click Create API Key
- 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.
- Go to Settings > Webhooks
- Add your endpoint URL
- Select the events you want to subscribe to
- 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.