Get loyalty points
GET
/characters/{character_id}/loyalty/points/
Loyalty
/dev/characters/{character_id}/loyalty/points/
/legacy/characters/{character_id}/loyalty/points/
/v1/characters/{character_id}/loyalty/points/
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://esi.evetech.net/latest/characters//loyalty/points/'
Response Response Example
200 - response
[
{
"corporation_id": 123,
"loyalty_points": 100
}
]
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:24