Skip to content
SynupAPI
Get an API key
ERRORSY75003

Scheduled cannot be set for active posts

The Synup API returns SY75003 in the errors array when this happens.

What the response looks like

Response
{
  "data": null,
  "errors": [
    {
      "message": "Scheduled cannot be set for active posts",
      "context": {},
      "code": "SY75003"
    }
  ]
}

Where it comes from

Documented under Promotional Posts. The context field carries the offending value when one is relevant, and is empty otherwise.

See the full error code reference for every code the API can return.

CodeMessage
SY75001Invalid scheduled date
SY75002Invalid api key
SY75004Content should be present while creating a post
SY75005Content should be between 0-1500
SY75006Start date should be greater than today
SY75007Invalid start date
SY75008End date should be greater than today
SY75009Invalid end date
SY75010Start date should be more than the end date
SY75011Start time should be less than end time
SY75012The photo uploaded is too small! it must be at least 720 pixels wide and 540 pixels tall
SY75013The photo uploaded is too large! it must be at max 3000 pixels wide and 3000 pixels tall