{ "status": 404, "error": { "message": "Requested object was not found.", "source": "objects" } }
A 404 error in the App Context API indicates that the requested resource could not be found. This error is returned when attempting to retrieve metadata for channels, users, or memberships that do not exist in your application. To prevent this issue, ensure that the required resources are created using the SET
method before making any GET
requests within the App Context API.
To learn more, please visit our App Context documentation pages.