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 inherit the workspace context at the time of creation:
- Created in your personal workspace -- the key uses your personal credits and envelopes belong to your personal account.
- Created in an organization workspace -- the key is permanently bound to that organization. Envelopes belong to the organization and credits are deducted from the organization wallet. Only organization owners and admins can create API keys for an organization.
The API Keys list only shows keys for your current workspace context. Switch workspaces to see or create keys for a different context.
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 envelope 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:
- Envelope 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.
Envelope Email Notifications
When creating or editing an envelope, you can control whether recipients receive email notifications. This is set per envelope in the General Settings step:
- All Emails -- recipients get emails at every step (signing requests, next-signer alerts, completion)
- Completion Only -- recipients only get an email when the envelope is fully completed
- No Emails -- no email notifications are sent
This setting only affects outgoing emails to recipients for that specific envelope. In-app notifications and webhook events are not affected.
Billing History
View your purchase history and download invoices at Settings > Billing.