Qeep
    • Screening
      • Screen transaction
        POST
      • Get screening result by ID
        GET
      • Rescreen transaction
        POST
      • List screening requests
        GET
    • Schemas
      • ValidationErrorDetail
      • ErrorDetails
      • ApiErrorResponse
      • ScreeningResult
      • ScreenTransaction
      • ScreeningRequestsList
      • Rescreen

    ValidationErrorDetail

    {
        "field": "string",
        "message": "string",
        "constraint": "string",
        "code": "string"
    }
    Built with