Retrieve customer EDD search results

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

SecuritySecretApiKey or 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

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

Responses
200

EDD search results retrieved.

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

Unique resource ID. Defaults to UUID v4.

type
string
Enum: "occupation" "arrest" "fraud" "bankruptcy"
Array of objects (EddScoreDetails)
Array
url
string <uri>

URL from which the score is obtained.

details
string

Text from which the score is obtained.

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.

get/customers/{id}/edd-search-results
Request samples
Response samples
application/json
[
  • {
    }
]