v3

latestOpenAPI 3.0.3Apache 2.02026-07-312637031.3 MB
EDD

Get EDD Review Schedule

Get an EDD review schedule by ID.

get/edd/review_schedules/{id}

Path parameters

idstring uuid required
Example:64438afd-fa20-4010-a573-2bbdca77cdb6

The unique identifier of an EDD review schedule

Response

EDD review schedule

creation_timestring date-time required

The date and time the schedule was created.

customer_idstring uuid required

The unique identifier of the customer.

customer_type'BUSINESS' | 'PERSON' required

The type of customer.

idstring uuid required

EDD Review Schedule ID

last_updated_timestring date-time required

The date and time the schedule was last updated.

next_reviewstring date required

The next review date for the customer.

tenantstring required

The id of the tenant containing the resource. This is relevant for Fintechs that have multiple workspaces.

Example response

{
  "creation_time": "2010-05-06T12:23:34.321Z",
  "customer_id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
  "id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
  "last_updated_time": "2010-05-06T12:23:34.321Z",
  "next_review": "2025-06-15",
  "tenant": "abcdef_ghijkl"
}