Mail
Return mail headers
Return the 50 most recent mail headers belonging to the character that match the query criteria. Queries can be filtered by label, and last_mail_id can be used to paginate backwards
get/characters/{character_id}/mail
Path parameters
character_idinteger required
Example:90000001
The ID of the character
Query parameters
labelsinteger[]
Fetch only mails that match one or more of the given labels
last_mail_idinteger
List only mail with an ID lower than the given ID, if present
Headers
Accept-Language'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'
The language to use for the response.
If-None-Matchstring
The ETag of the previous request. A 304 will be returned if this matches the current ETag.
X-Compatibility-Date'2025-12-16' date required
The compatibility date for the request.
X-Tenantstring
The tenant ID for the request.
Response
OK