Get EDD Requests
GET
https://api.sfox.com/v1/enterprise/eddq/requests
Returns a list of requests for all your users that are required to complete EDD.
Query Parameters
Parameter
Description
user_id
Filters the EDD requests for a specific user based on their user_id
.
Response Body
Key
Description
id
The unique, sFOX-generated ID of the EDD request.
user_id
The unique ID of the user shared between sFOX and you.
ddq_id
The ID of the type of EDDQ (Enhanced Due Diligence Questionnaire)
required_form
The name of the EDDQ based on the ddq_id
. Possible values:
EDDQ - Individual
EDDQ - Business
status
The completion status of the EDDQ.
date_added
The date that the EDDQ request was added.
date_updated
The date that the EDDQ request was most recently updated.
Responses
Example Requests
Last updated