2020.1

Another Text Condition task checks if the API key is actually valid (here: comparing the value
found in the %{bearer_key} variable to a string value).
If it is valid, the job may be processed by the Job Processor task.
If the API key wasn't valid, use the Set Job Infos and Variables task to assign the value of the
respective response code, 401, to the variable that was selected in the Input task.
If the API key is missing, the code should be 400 (bad request).
Page 60