Skip to content
SynupAPI
Get an API key
ERRORSY80100

Invalid location

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

What the response looks like

Response
{
  "data": null,
  "errors": [
    {
      "message": "Invalid location",
      "context": {},
      "code": "SY80100"
    }
  ]
}

Where it comes from

Documented under User. 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
SY80010Permission Denied For This Operation
SY80011Role does not belong to your account
SY80101`$url` is not a valid url
SY80102Location is in archived state
SY80103Access to reseller denied
SY80104Site not included in Plan
SY81000Email is a mandatory field
SY81001Email should be unique
SY81003Invalid Email Format
SY81004Password is a mandatory field
SY81005Confirmation password required for new password
SY81006Password must be between 8 and 128 characters