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

    ScreeningRequestsList

    {
        "data": [
            {
                "property1": "string",
                "property2": "string"
            }
        ]
    }
    Built with