v1

latestOpenAPI 3.0.02026-07-24176225227.9 KB
Account

Authentication

Authenticate and retrieve access Token.

post/api/accounts/login

Request body

userNamestring nullable
passwordstring nullable

Response

accessToken: An access token that can be provided in subsequent calls to the Easee Cloud API. refreshToken: A token that can be sent to the refresh_token service to refresh the accessToken. expiresIn: The time period (in seconds) for which the access token is valid. tokenType: Always 'Bearer'. accessClaims: Role name.

accessTokenstring nullable
expiresIninteger
accessClaimsstring[] nullable
tokenTypestring nullable
refreshTokenstring nullable
All 176 operations