Skip to main content
POST
Obtain charger access token

Body

application/json
device_id
string
required
device_secret
string
required
grant_type
enum<string>
required
Available options:
client_credentials

Response

Access token issued.

access_token
string
required
token_type
enum<string>
required
Available options:
Bearer
expires_in
integer
required

Token validity period (seconds). Always 86400.