...
Parameter | Description |
---|---|
app_id | Enter the Key ID generated from AMP. |
secret_key | Enter the Secret Key generated from AMP. |
request_path | |
http_method | Enter POST. |
timestamp | Enter a Unix time stamp within 5 minutes of the current time. |
nonce | Enter a unique ID.
|
Info |
---|
For all v2 API's, the request body should be empty. |
Review sample code for Python 2.7.13 (Post Request):
...