Backbone. Sync () :Create → POST /collectionRead → GET /collection [/id]Update → PUT /collection/idPatch → PATCH /collection/idDelete → DELETE /collection/idfetch (), save (), and destroy (), you can override Backbone.sync on a per model basis to accomodate custom endpoints and HTTP verbs.