Retrieve customer EDD search results

Retrieve EDD search results for a customer with a specified ID.

SecurityAPI Key: SecretApiKey or HTTP: JWT
Request
path Parameters
id
required
string <= 50 characters ^[@~\-\.\w]+$

ID of the resource.

query Parameters
limit
integer [ 0 .. 1000 ]

Limits the number of collection items to be returned.

offset
integer [ 0 .. 1000 ]

Specifies the starting point within the collection of items to be returned.

get
/customers/{id}/edd-search-results
Responses

200

EDD search results retrieved.

Response Schema: application/json
Array
id
string <= 50 characters

ID of the EDD search result.

type
string
Enum: "occupation" "arrest" "fraud" "bankruptcy"
Array of objects (EddScoreDetails)
createdTime
string <date-time> (CreatedTime)

Date and time which is set automatically when the resource is created.

updatedTime
string <date-time> (UpdatedTime)

Date and time which updates automatically when the resource is updated.

401

Unauthorized access. Invalid credentials used.

403

Access forbidden.

404

Resource not found.

Response samples
application/json
[ { "id": "cus_edd_01H057XGZ62JZED3P8DWAXPAE6", "type": "occupation", "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z" } ]