SiftScience / sift-php

Sift API (PHP client)
MIT License
20 stars 35 forks source link

[MSUE-157] - Support Score Percentiles in response #99

Closed haneeshv closed 1 year ago

haneeshv commented 1 year ago

Purpose

Support score percentiles in sift-php

Summary

In our REST API we support the fields GET-param where we can specify some extra fields that will be populated in the response. SCORE_PERCENTILES is one of them and we need to add support of it in the client library

Testing

Example of the Events API call using percentiles - https://api.sift.com/v205/events?fields=SCORE_PERCENTILES

Checklist