For the job steps RestGet, RestGetHandleDocument, RestPush, and RestPushHandleDocument, you can configure the following settings under “Element Properties” in the “Advanced” section:
The following OAuth2 Bearer authentications are supported:
The returned Bearer token is read from a JSON or XML object, or directly at the top level.
{ "token":"..."}, { "accessToken":"..."} , { "access_token":"..."} , { "sessionToken":"..."}
oder unter data mit den zuvor genannten Tokens:
{ "data": { "token":...} }, { "data": { "accessToken":...} }, etc.
This setting determines how the bearer token should be passed when the request is made: