Get corporation asset names
POST
/corporations/{corporation_id}/assets/names/
Assets
/dev/corporations/{corporation_id}/assets/names/
/legacy/corporations/{corporation_id}/assets/names/
/v1/corporations/{corporation_id}/assets/names/
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://esi.evetech.net/latest/corporations//assets/names/' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
200 - response
[
{
"item_id": 12345,
"name": "Awesome Name"
}
]
Request
Path Params
corporation_id
integerÂ
required
Query Params
datasource
stringÂ
optional
token
stringÂ
optional
Body Params application/json
Responses
Modified at 2023-08-15 09:13:23