Reference (v1)Authenticationget new access tokenVersion: API v1On this pageget new access tokenGET/authentication/accesstoken/API versionv1Request methodGETOperation ID getAccessTokenget new access token Request No request parameters. Responses 200 OKFormatapplication/jsonDescriptionaccess tokenSchema documentationExampleJSON Schematokenstringrequired{ "token": "string"}{ "title": "Token", "type": "object", "properties": { "token": { "type": "string" } }, "required": [ "token" ]} Usage examples cURL$ curl \ --fail \ --location \ -H "Authorization: Bearer $MITTWALD_API_TOKEN" \ https://api.mittwald.de/v1/authentication/accesstoken