Skip to content
SynupAPI
Get an API key
ERRORSY50101

Widget name `$name` already used

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

What the response looks like

Response
{
  "data": null,
  "errors": [
    {
      "message": "Widget name `$name` already used",
      "context": {},
      "code": "SY50101"
    }
  ]
}

Where it comes from

Documented under Interactions. 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
SY50100Note must not be empty
SY50102Name must not be empty
SY50103Response content must not be empty
SY50104Invalid site name provided
SY50105Invalid URL provided
SY50106Cannot update connected sites
SY50107Template does not exist
SY50108User config does not exist
SY50109Template name already used
SY50110ratings should be between [1-5]
SY50111Invalid SiteUrls
SY50112Name can't be blank