Quicktask API
Quicktask API
This detailed documentation can be submitted to your group to implement MangoAIO Quick Tasks.
Link Creation
The QuickTask System uses RSA encrypted JSON objects. The public key for the encryption can be found here:
JSON Format:
site
: Unique formatted site name (e.g. outback, einhalb, will be provided on demand) or auto
which lets our API parse the correct site
input
: The input for the tasks. (Please don’t url encode this value)
quantity
(optional) : Overwrite the amount of tasks
region
(optional): Only needed for ASOS.
Example:
Link Format:
The encrypted JSON payload needs to be passed as a query string. Remember to url encode the encrypted string.
Example:
Example Implementations
JS:
Python:
Remember to install the cryptography
module:
Sitename format aboutyou asos bol bstn einhalb engelhorn footpatrolfe, footpatrolbe footshop jdsportsfe, jdsportsbe kickz louisvuitton mediamarkt naked onygo opiumparis otto outback overkill saturn sizefe,sizebe sizeer snipes sns solebox stress suppa susi svd swatch teamsports topps woodwood yme
input requirements
11TeamSports (URL) 43einhalb (URL) AboutYou (PID) ASOS (PID) BSTN (URL) Bol (URL) Engelhorn (URL) Footpatrol (PID) Footshop (URL) JD Sports (PID) Kickz (URL/PID) Louis Vuitton (URL/PID) MediaMarkt (URL/PID) MyTheresa (URL) NakedCPH (URL) Onygo (PID) OpiumParis (URL) Otto (URL) Outback Sylt (URL) Overkill (URL) SNS (URL) SVD (URL) Saturn (URL/PID) Size? (PID) Sizeer (URL) Snipes (PID) Solebox (PID) Stress95 (URL) Suppa Store (URL) Susi IT (URL) Swatch (URL) Topps (URL/PID) WoodWood (URL) YME Universe (URL)
Last updated