Mutation API
Most collections that Sequin syncs are mutable. For these collections, you can use the Mutation API to create, update, or delete records. When you use the Mutation API, you provide adata payload that matches the same shape Sequin uses through the system for that collection. Additionally, Sequin will automatically handle authentication, rate limiting, and return any errors in a nice wrapper.
Learn more about the Mutation API here.

