Skip to main content

API Pegawai dan Detail Informasi


Version : 1.0

Endpoint : https://webservice.mahkamahagung.go.id/api-sikep-mainnet/cek_pegawai/{parameter}

Method : POST

Headers : 
1.    token : your token (will be generated further)
2.    names : your username (will be generated further)

note: {parameter} you have to send should be a name (nama) or job title (jabatan)

Response :

Success (200),

{
    "status": "true",
    "count": 1,
    "data": [
        {
            "NamaLengkap": "Agus S",
            "NIPBaru": "199033487878232889",
            "GelarDepan": "",
            "GelarBelakang": "S.H.",
            "NamaJabatanLengkap": "Analis Perkara Peradilan Pengadilan Negeri Depok"
        }
    ]
}

Response :

Success (data not found) (200),

{
    "status": "true",
    "count": 0,
    "data": []
}

Response :

Error (500),

{
    "status": "please check your params and method again"
}