When sending non-alphanumeric characters to our APIs, please make sure to URL Encode these characters.
For example, when sending a request to our Score API, if you wanted to send the email address "sift+something@sift.com" as the User ID, you should send it as "sift%2Bsomething%40sift.com".