Home//
REST API Reference
/- Retrieve an email setting
List all email settings
Email List
Email Setting
Retrieve an email setting
Fetches a specific email setting by its unique identifier
Security
bearerAuth
Intercom-Versionstring(intercom_version)
Intercom API version.
By default, it's equal to the version set in the app package.
Default:"2.16"
Enum:"1.0""1.1""1.2""1.3""1.4""2.0""2.1""2.2""2.3""2.4"
Example:2.16
- The production API serverhttps://api.intercom.io/emails/{id}
- The european API serverhttps://api.eu.intercom.io/emails/{id}
- The australian API serverhttps://api.au.intercom.io/emails/{id}
curl -i -X GET \
'https://api.intercom.io/emails/{id}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Intercom-Version: 2.16'Successful response
Unix timestamp of last forwarded email received (null if never)
Example:1710498600
Response
{ "type": "email_setting", "id": "10", "email": "support@company.com", "verified": true, "domain": "company.com", "brand_id": "15", "forwarding_enabled": true, "forwarded_email_last_received_at": 1710498600, "created_at": 1692530400, "updated_at": 1710498600 }