GET
/
hris
/
timesheets
curl --request GET \
  --url https://api.kombo.dev/v1/hris/timesheets \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Integration-Id: <x-integration-id>'
{
  "status": "success",
  "data": {}
}
This endpoint is currently in closed beta! We’re testing it with selected customers before its public release. If you’re interested in learning more or getting early access, please reach out.

Authorizations

Authorization
string
header
required

Create an API key on the Secrets page in the Kombo dashboard.

Headers

X-Integration-Id
string
required

ID of the integration you want to interact with.

Response

200
application/json
GET /hris/timesheets Successful response
status
enum<string>
required
Available options:
success
data
object
required