Server
/api/v1.0/
https://bulkscore-qa.adara.com/api/v1.0/
https://bulkscore-prod.adara.com/api/v1.0/
Server Variables
oauth2 oauth2

FlowClient Credentials
Token URL/core/v1.0/oauth/token

json body post request to get the matches

Auth
Required Scopes:post:match
Request Body
objectobject
inputobject
bucketstring
filesarray[string]
id_typestring
hash_typestring
POST /match
Copy
Responses
200

Successfully returned the match details

objectobject
activeboolean

Feature a flag that the feature endpoint is interactive

responseobject
createdinteger

Unix Timestamp

job_idstring

unique id for the request

400

Invalid request format

401

Missing/Invalid/Expired Authorization Token

Response
Copy

Sample json body post request that creates and triggers a bulk request task

Auth
Required Scopes:post:score
Request Body
objectobject
inputobject
bucketstring
filesarray[string]
id_typestring
hash_typestring
queryobject
signalsarray[string]
limitinteger
include_allboolean
delimiterstring
POST /score
Copy
Responses
200

Successfully returned list of intel scores

objectobject
activeboolean

feature flag indicating that the feature endpoint is interactive

responseobject
createdinteger

unix timestamp of file upload time in seconds

job_idstring

unique id for the request

400

Invalid request format

401

Missing/Invalid/Expired Authorization Token

Response
Copy