API Documentation
All responses must be encoded in JSON and have the appropriate Content-Type header
POST /publish
POST http://app.auctionata.com/api/publish
Content-Type: "application/json"
{
"accessToken": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
"data": ""
}
Attribute Description
accessToken access token that allows
data data - is the json object that provides content from third-party services, like coremedia.
Returns:
201 Created
Content-Type: "application/json"
{
....
}
Errors:
Error Description
403 accessToken is not provided
401 Unauthorized request, when accessToken is not valid
400 data is not present
422 data schema is not valid. Unprocessable Entity.