Reference (v1)Authentifizierungget new access tokenVersion: API v1Auf dieser Seiteget new access tokenGET/authentication/accesstoken/API versionv1Request methodGETOperation ID getAccessTokenget new access token Request Keine Request-Parameter. Responses 200 OKFormatapplication/jsonBeschreibungaccess tokenSchema-DokumentationBeispielJSON 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