Skip to main content
GET
/
api
/
v1
/
employees
List karyawan
curl --request GET \
  --url https://api.emplicon.com/api/v1/employees \
  --header 'X-Api-Key: <api-key>' \
  --header 'X-Client-ID: <api-key>'
{
  "data": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "unique_id": "<string>",
      "first_name": "<string>",
      "last_name": "<string>",
      "employee_number": "<string>",
      "phone": "<string>",
      "email": "<string>",
      "address": "<string>",
      "gender": "<string>",
      "status": "<string>"
    }
  ]
}

Authorizations

X-Api-Key
string
header
required

API Secret Key (emp_sk_...). Wajib dikirim bersama header X-Client-ID (Client ID perusahaan). Keduanya didapat dari Pengaturan → Perusahaan di dashboard.

X-Client-ID
string
header
required

Client ID perusahaan (emp_cl_...). Wajib dikirim bersama X-Api-Key.

Response

OK

data
object[]