diff --git a/curl/README.md b/curl/README.md
index b2bcd076f5163169ae4578346e05909c6f6746f1..abf3d0f41fd10bbe5b359f3dd001694160a4b6fb 100644
--- a/curl/README.md
+++ b/curl/README.md
@@ -5,4 +5,6 @@
 Folgende Pakete werden zur Ausführung des Skripts benötigt:
 
 - **curl** (command line tool and library for transferring data with URLs) - [Website](https://curl.se/)
-- **jq** (leightweight and flexible command-line JSON processor) - [Website](https://jqlang.github.io/jq/)
\ No newline at end of file
+- **jq** (leightweight and flexible command-line JSON processor) - [Website](https://jqlang.github.io/jq/)
+
+Bevor das Skript gestartet wird muss ein gültiges Access Token für die Umgebung beschafft und in der Datei `token.b64` hinterlegt werden. Der einfachste Weg führt über die Webseite. 
\ No newline at end of file
diff --git a/curl/token.b64 b/curl/token.b64
index c1bd69371cecf5b83c687d137bdfe5f264004dd6..75fa1b355f876d0c233f7e182dac56ebcbd919f5 100644
--- a/curl/token.b64
+++ b/curl/token.b64
@@ -1 +1 @@
-HIER BITTE DEN ÜBER DIE WEBSITE GENERIERTEN TOKEN EINFÜGEN
\ No newline at end of file
+{{ACCESS_TOKEN}}
\ No newline at end of file