Skip to main content
GET
Fetch All Employees

Authorizations

Authorization
string
header
required

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

Response

Fetched all employee details successfully

success
boolean
Example:

true

statusCode
integer
Example:

200

statusMessage
string
Example:

"Fetched all employee details successfully"

error
object | null
Example:

null

data
object[]