Skip to main content
List scheduled requests
curl --request GET \
  --url https://sigmacdd.sabipay.com/cdd/requests/schedules \
  --header 'Authorization: <api-key>'
{
  "message": "CDD scheduled requests fetched successfully",
  "data": [
    {
      "executionId": "exec_9b12c4f0",
      "name": "Retail Customers - Lagos",
      "type": "individual",
      "status": "in progress",
      "workflowName": "Retail Individual Workflow",
      "createdAt": "2026-03-25T11:00:00.000Z"
    }
  ],
  "count": 1,
  "pageNumber": 1,
  "totalCount": 1
}

Authorizations

Authorization
string
header
required

Response

200 - application/json

Scheduled requests fetched

message
string
data
object[]
count
integer
pageNumber
integer
totalCount
integer