Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  1. Header validation for key: validator value should be rbesb

  2. Variable inData is mapped to payload

  3. A request is prepared for authorization towards Epsilon

    Code Block
    application/x-www-form-urlencoded
    ---
    {
            'grant_type' : 'password',
            'username' : "VALUEA",
            'password' : "VALUEB",
            'response_type' : 'token'
    }
  4. An access token is saved to variable (It is not mapped to response of the app)