Skip to content
EN | DE

API key status

GET
/auth/apikey
curl --request GET \
--url https://demo.evcc.io/api/auth/apikey \
--cookie auth=<auth>

Reports whether an API key has been generated. The key itself is only returned once at creation time (POST), never on subsequent reads.

Success

Media typeapplication/json
object
configured
boolean
Examplegenerated
{
"configured": true
}

Unauthorized - Login and try again

Media typetext/plain
string
Allowed values: Unauthorized