AMALYZE Falcon API

advertising.lwa.authorize (POST)

Endpoint

Endpoint advertising.lwa.authorize generates the authoriation URL for “Login with Amazon”. This method is only for internal usage for Shield.

Method
POST advertising.lwa.authorize
Example call

JSON Payload

PropertyTypeDescriptionFurther information
redirectstringThe URL, the user shall be redirected after successfull authenticationValid options are:
  • https://toolbox.amalyze.com/?p=Amazon.LWA.Code
  • https://dev.toolbox.amalyze.com/?p=Amazon.LWA.Code
  • http://localhost:4200/advertising/lwa/grant
  • https://shield.stage.amalyze.com/advertising/lwa/grant
  • https://shield.amalyze.com/advertising/lwa/grant
JSON Response

PropertyTypeDescription
urlarrayString containing the URL the user shall be redirected when clicking the "Login with Amazon" Button
requestobjectThe request information object (see request information object definition for more information)
Updates / Changes
VersionDescription
Menu