Return a list of loyalty points for all corporations the character has worked forAlternate route: /dev/characters/{character_id}/loyalty/points/Alternate route: /legacy/characters/{character_id}/loyalty/points/Alternate route: /v1/characters/{character_id}/loyalty/points/This route is cached for up to 3600 seconds
Request Request Example
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
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
An EVE character ID
Query Params
datasource
string
optional
The server name you would like data from
token
string
optional
Access token to use if unable to set a header
Header Params
If-None-Match
string
optional
ETag from a previous request. A 304 will be returned if this matches the current ETag