Retrieve a customer's EDD search result

Retrieves an EDD search result 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.

searchResultId
required
string

ID of the EDD search result.

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

200

EDD search result retrieved.

Response Schema: application/json
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", "searchResultData": [ ], "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z" }