Skip to main content
GET
/
case-search
/
judges
Error
A valid request URL is required to generate request examples
{
  "success": true,
  "response": {
    "judges": [
      "Shri M. Rajendar Reddy"
    ]
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Judges list

success
boolean
required
Example:

true

response
object
required