Go!Risk
Get customer last edd
Get Started
Customer
Customer Document
Go!Chat
Go!KYT
Go!Press
Go!Scan
Go!Vid
Appendix
Go!Risk
Get customer last edd
Retrieve the latest EDD status for a given customer.
GET
/
api
/
v1
/
customers
/
{customer_external_id}
/
edd
curl --request GET \
--url https://api.algoreg.com/api/v1/customers/{customer_external_id}/edd \
--header 'Authorization: Bearer <token>'
{
"agent_name": "string",
"comment": "string",
"created_at": "string",
"customer_external_id": "string",
"disabled": "boolean",
"next_review_date": "string",
"revision_number": "integer",
"state": "integer"
}
Path parameters
Response body
{
"agent_name": "string",
"comment": "string",
"created_at": "string",
"customer_external_id": "string",
"disabled": "boolean",
"next_review_date": "string",
"revision_number": "integer",
"state": "integer"
}
curl --request GET \
--url https://api.algoreg.com/api/v1/customers/{customer_external_id}/edd \
--header 'Authorization: Bearer <token>'
{
"agent_name": "string",
"comment": "string",
"created_at": "string",
"customer_external_id": "string",
"disabled": "boolean",
"next_review_date": "string",
"revision_number": "integer",
"state": "integer"
}