API Keys
The API Keys tab is where you find and manage your Truv credentials.
Client ID
Your Client ID is displayed at the top of the page. Pass it as theX-Access-Client-Id header on all API requests.
Keys table
The table shows all API keys for your account, grouped by environment (Sandbox, Development, Production):Actions
- Reveal — Show the full key value on screen
- Copy — Copy to clipboard without revealing
- Delete — Permanently remove the key (irreversible)
- Generate new key — Create a new key for an environment
Rotate API keys
To rotate keys without downtime:- Generate a new key
- Update your integration to use the new key
- Test to confirm the new key works
- Delete the old key only after confirming the new key is live
Logs
The Logs tab shows a record of all API requests associated with your account.
Filters
Use Logs to debug integration issues, trace specific requests, and understand API traffic patterns.
Webhooks
The Webhooks tab lets you configure endpoints where Truv sends event notifications.
Create a webhook
See Webhooks for the full list of supported event types and payload schemas, plus delivery best practices — 10-second timeout, retry behavior, and idempotency guidance.
Next steps
Authentication
API authentication reference
Webhooks
Full list of webhook event types
API Keys Rotation
Step-by-step key rotation guide
Security
Webhook signature verification