cURL
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" }
Retrieve the latest EDD status for a given customer.