cURL
curl --request GET \ --url https://api.sigma.pastel.africa/api/v1/edd/requests/{requestId} \ --header 'Authorization: <api-key>'
{ "success": true, "message": "<string>", "data": { "requestId": "<string>", "status": "pending", "pipeline": "<string>", "customerInfo": {}, "riskAssessment": {}, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } }
GET api/v1/edd/requests/{requestId}
Unique identifier of the EDD request
Include detailed verification and screening results
EDD request details retrieved successfully
Indicates if the request was successful
Success message
Show child attributes
Unique identifier for the EDD request
Current status of the EDD request
pending
processing
completed
failed
cancelled
Pipeline slug used for this request
Customer information
Risk assessment details
Timestamp when the request was created
Timestamp when the request was last updated