Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Everhour Timecards API

Clock-in/clock-out attendance timecards.

Everhour Timecards API is one of 14 APIs that Everhour publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Timecards. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 7 operations across 5 paths, and defines 5 schemas. It is described by OpenAPI 3.0.3, at version 1.2.

Requests are made against a single base URL, https://api.everhour.com.

7 operations 5 paths 5 schemas 1 DELETE3 GET2 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.2
Base URL
https://api.everhour.com
Authentication
API Key
Contact
Resource Areas
1

Authentication & Security 1

Everhour Timecards API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-Api-Key (apiKey). By default, every request must be authenticated.

  • apiKey — API key from the bottom of your Everhour profile page.

Paths & Operations 7

Across 5 paths, the API surfaces 7 operations — 1 DELETE, 3 GET, 2 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Timecards 7

Clock-in/clock-out attendance timecards.

GET
/timecards
Get all timecards
getAllTimecards 2 params → 200401429
GET
/users/{userId}/timecards
Get user timecards
getUserTimecards 3 params → 200401429
GET
/users/{userId}/timecards/{date}
Get timecard
getTimecard 2 params → 200401429
PUT
/users/{userId}/timecards/{date}
Update timecard
updateTimecard 2 params body → 200401429
DELETE
/users/{userId}/timecards/{date}
Delete timecard
deleteTimecard 2 params → 204401429
POST
/users/{userId}/timecards/clock-in
Clock in
clockIn 1 param body → 200401429
POST
/users/{userId}/timecards/clock-out
Clock out
clockOut 1 param body → 200401429

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are Timecard (6 properties), TimecardHistory (4 properties), TimecardUpdateRequest (3 properties), Error (2 properties). Each schema is shown below with its type and property counts.

Error
object
2 properties
Timecard
object
6 properties
ClockRequest
object
1 property
TimecardUpdateRequest
object
3 properties
TimecardHistory
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

everhour-timecards-api-openapi.yml Raw ↑

Other APIs Everhour publishes across the network.

Everhour Clients API
Everhour Expenses API
Everhour Invoices API
Everhour Projects API
Everhour Reports API
Everhour Schedule API
Everhour Tasks API
Everhour Time Off API
Everhour Time Records API
Everhour Timers API
Everhour Timesheets API
Everhour Users API