Monetate Data API
Data
Get Data for example_schema
GET
https://api.monetate.net/api/data/v1/{retailerShortname}/production/data/example_schema/
Authentication
Authorization
apiKey
Body Parameters
body
example_schemaDataRequest
Description
Representation of the `fields` for this Schema.
All Of
example_schemaData +
schema_rows
object[]
*
_sent_time
string<date-time>
Responses
200
The requested record was found in the schema.
example_schemaDataResponse
meta
ResponseMeta
*
data
example_schemaData
*
400
Validation error.
One or more values being sent was not in the correct format, or a required value was missing.
Response
meta
ResponseMeta
*
data
ResponseAnyData
*
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.
Response
meta
ResponseMeta
*
data
ResponseAnyData
*
403
Forbidden.
The request included a token that has been revoked. Please contact your account administrator to generate a new token.
Response
meta
ResponseMeta
*
data
ResponseAnyData
*
404
Not found.
The resource you are trying to fetch does not exist, or has been deleted.
Response
meta
ResponseMeta
*
data
ResponseAnyData
*
429
Too many requests.
The user has sent too many requests in a given amount of time to a rate-limited endpoint.
Response
meta
ResponseMeta
*
data
ResponseAnyData
*
500
Unknown error.
Please try again or contact your account manager for more information.
Response
meta
ResponseMeta
*
data
ResponseAnyData
*