Home//
Identity Verification Secrets
Preview Introduction
Changelog (Preview)
Intercom API
Admins
AI Content
Articles
Away Status Reasons
Audiences
Banners
Brands
Calls
Companies
Contacts
Content
Content Snippets
Conversations
Conversation Parts
Conversation Participants
Conversations Attributes
Custom Object Instances
Data Attributes
Data Connectors
Data Events
Data Export
Ecommerce Connectors
Emails
Fin Agent
Help Center
Internal Articles
Jobs
Macros
Messages
News
Notes
Office Hours
Procedures
Reporting Data Export
Segments
Subscription Types
Switch
Tags
Teams
Ticket States
Ticket Type Attributes
Ticket Types
Tickets
Visitors
Workflows
Models
Folders
WhatsApp
Returns the identity verification secrets configured for your workspace.
Each entry includes metadata only — the HMAC signing material itself is never returned by this endpoint. The raw secret is only available once, in the response to POST /secure_mode_secrets. Persist it at that moment.
Security
bearerAuth
Intercom-Versionstring(intercom_version)
Intercom API version.
By default, it's equal to the version set in the app package.
Default:"Preview"
Enum:"1.0""1.1""1.2""1.3""1.4""2.0""2.1""2.2""2.3""2.4"
Example:Preview
- The production API serverhttps://api.intercom.io/secure_mode_secrets
- The european API serverhttps://api.eu.intercom.io/secure_mode_secrets
- The australian API serverhttps://api.au.intercom.io/secure_mode_secrets
curl -i -X GET \
https://api.intercom.io/secure_mode_secrets \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Intercom-Version: Preview'Successful response
dataArray of objects(Identity Verification Secret)
The identity verification secrets configured for the workspace.
Response
{ "type": "list", "data": [ { … } ] }