E
EVE Swagger Interface (ESI)
Details
- URL
-
https://esi.evetech.net/latest - Docs
- https://docs.esi.evetech.net/docs/esi_introduction.html
Authentication
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>.