Get new contact notifications
GET
/characters/{character_id}/notifications/contacts/
Character
/dev/characters/{character_id}/notifications/contacts/
/legacy/characters/{character_id}/notifications/contacts/
/v1/characters/{character_id}/notifications/contacts/
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://esi.evetech.net/latest/characters//notifications/contacts/'
Response Response Example
200 - response
[
{
"message": "hello friend :3",
"notification_id": 1,
"send_date": "2023-08-15T09:13:17.863Z",
"sender_character_id": 95465499,
"standing_level": 1.5
}
]
Request
Path Params
character_id
integerÂ
required
Query Params
datasource
stringÂ
optional
token
stringÂ
optional
Header Params
If-None-Match
stringÂ
optional
Responses
Modified at 2023-08-15 09:13:23