Server
/api/v1.0/
Server Variables
Get a client's available signals
Auth
Path Params
GET /signals/{endpoint_owner_id}/{client_id}
Responses
200
Successfully returned list of intel scores
400
Invalid request format
401
Missing/Invalid/Expired Authorization Token
404
Item Not Found
Upload a csv of hashed emails for a particular customer
Auth
Path Params
Request Body
POST /upload/{endpoint_owner_id}/{client_id}
Responses
200
Successfully uploaded a file
400
Invalid request format
401
Missing/Invalid/Expired Authorization Token
Trigger a bulk score update for a SalesForce client
Auth
Path Params
Request Body
POST /trigger/{endpoint_owner_id}/{client_id}
Responses
200
Successfully returned list of intel scores
400
Invalid request format
401
Missing/Invalid/Expired Authorization Token
Get the current job status & results
Auth
Path Params
GET /status/{job_id}
Responses
200
Successfully returned list of intel scores