Skip to main content
If an applicant needs a reminder or has missed the initial communication, our system allows you to easily re-send notifications for compliance requests.
  • GraphQL
  • cURL
  • Javascript
mutation ResendCheckRequest {
    resendCheckRequest(
        requestUuid: "unique-request-uuid"
    ) {
        email
        name
    }
}