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

    ApiErrorResponse

    Standard API error response structure

    {
        "success": false,
        "error": {
            "statusCode": 0,
            "message": "string",
            "error": "string",
            "path": "string",
            "timestamp": "2019-08-24T14:15:22.123Z",
            "requestId": "string",
            "stack": "string",
            "details": [
                {
                    "field": "string",
                    "message": "string",
                    "constraint": "string",
                    "code": "string"
                }
            ],
            "service": "string"
        }
    }
    Built with