Monetate Data API
Upload

Get Upload History

GET
https://api.monetate.net/api/data/v1/{retailerShortname}/production/upload/{schema-name}/

Returns the most recent uploads for the Schema provided. Can be used for upload history or the view the status of a currently processed upload.

Uploads will appear once file is completely upload to Monetate. SFTP uploads appear when they are scanned and disappear from the SFTP drop location.

Uploads are sorted by upload_time in descending order, so the most recent upload will always be first in the list.

Authentication
Authorization
Path Parameters
schema-name
*
Responses
200
A list of file uploads.
meta
*
All Of
ResponseMeta +
data
*
401
Unauthorized. The request did not include a token, or the token provided was invalid. Please ensure that your token is correct and that the Authorization header is properly formatted.
meta
*
data
*
403
Forbidden. The request included a token that has been revoked. Please contact your account administrator to generate a new token.
meta
*
data
*
404
Not found. The resource you are trying to fetch does not exist, or has been deleted.
meta
*
data
*
500
Unknown error. Please try again or contact your account manager for more information.
meta
*
data
*