Add contacts
POST
/characters/{character_id}/contacts/
Contacts
/dev/characters/{character_id}/contacts/
/v2/characters/{character_id}/contacts/
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://esi.evetech.net/latest/characters//contacts/?standing=' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
201 - response
[
123,
456
]
Request
Path Params
character_id
integerÂ
required
Query Params
datasource
stringÂ
optional
label_ids
array[string]
optional
standing
numberÂ
required
token
stringÂ
optional
watched
stringÂ
optional
Body Params application/json
Responses
Modified at 2023-08-15 09:13:23