Sift REST API

Sift's REST API offers a straightforward implementation, requiring only an HTTP client of your choice. Most services available via gRPC are also accessible through the REST API.

Authentication

As detailed in the Authentication section, every request to the SIFT REST API requires an API token to be included in the request header.

Example of an authenticated request to the REST API using curl:

curl -H "authorization: Bearer $API_TOKEN" $SIFT_REST_URL/api/v1/ping