Monetate Data API
Data

Get Data for example_schema

GET
https://api.monetate.net/api/data/v1/{retailerShortname}/production/data/example_schema/

Get an existing data record within the schema example_schema.

Allows querying of an existing record. The record ID must be passed as a query parameter, e.g. ?id=ABC12345. GET requests are intended solely for manual spot-checking of data and must not be used in any automated queries, including test suites or health checks. As such, they are strictly rate-limited. A maximum of 1 GET request per second is permitted.

Authentication
Authorization
Body Parameters
body
Description
Representation of the `fields` for this Schema.
All Of
example_schemaData +
schema_rows
*
_sent_time
Responses
200
The requested record was found in the schema.
meta
*
data
*
400
Validation error. One or more values being sent was not in the correct format, or a required value was missing.
meta
*
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
*
429
Too many requests. The user has sent too many requests in a given amount of time to a rate-limited endpoint.
meta
*
data
*
500
Unknown error. Please try again or contact your account manager for more information.
meta
*
data
*