Sift | Docs

Step 1: Understand Sift's APIs

Overview

You can interact with Sift using its REST or gRPC API, both generated from the same underlying Protocol Buffers definitions to ensure consistency. You can connect to the gRPC API directly using tools such as gRPCurl or by writing your own client, but Sift also provides official gRPC client libraries for Python, Rust, and Go to simplify integration. In this tutorial, we will use the REST API with cURL commands.

On this page