Skip to main content
Private preview: this is rolling out and may not be available on your account yet.
Every call goes through a client you create once with createSumvinClient. Each operation takes that client as { client }.

Options

What a call returns

Each operation returns { data, error }. Check error before you use data, or pass the result to unwrap, which returns data or throws. See Errors.