ERRORSY90002
Invalid Id
The Synup API returns SY90002 in the errors array when this happens.
This code is documented with more than one message:
Invalid idWhat the response looks like
Response
{
"data": null,
"errors": [
{
"message": "Invalid Id",
"context": {},
"code": "SY90002"
}
]
}Where it comes from
Documented under Profile Analytics, Interactions, Rankings, Review Campaigns, Listings. 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.