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


1. : :

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

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

noteParameters: nama or jobjabatan

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"
}