E

EVE Swagger Interface (ESI)

REST discovered

Details
URL
https://esi.evetech.net/latest
Docs
https://docs.esi.evetech.net/docs/esi_introduction.html
Authentication
EVE Online SSO application and access token oauth2 discovered Set up OAuth ↗
Authorization: Bearer <credential>

Sign in at the EVE developer site, open Applications, accept the developer license if prompted, then click Create New Application. Choose Authentication & API Access, select only the ESI scopes your integration needs, set a callback URL, and create the app. Then use the EVE SSO OAuth flow to obtain an access token for the selected scopes; authenticated ESI requests send Authorization: Bearer <access token>.