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 Projects API

Projects, sections, billing, budgets, and integration sync.

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

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

This API exposes 13 operations across 7 paths, and defines 9 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.

13 operations 7 paths 9 schemas 2 DELETE4 GET1 PATCH3 POST3 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 Projects 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 13

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

Projects 13

Projects, sections, billing, budgets, and integration sync.

GET
/projects
Get all projects
getAllProjects 3 params → 200401429
POST
/projects
Create project
createProject body → 201401429
GET
/projects/{projectId}
Get project
getProject 1 param → 200401429
PUT
/projects/{projectId}
Update project
updateProject 1 param body → 200401429
DELETE
/projects/{projectId}
Delete project
deleteProject 1 param → 204401429
PATCH
/projects/{projectId}/archive
Archive or unarchive project
archiveProject 1 param body → 201401429
PUT
/projects/{projectId}/billing
Update project billing and budget
updateProjectBilling 1 param body → 200401429
POST
/projects/{projectId}/sync
Sync integration project
syncIntegrationProject 1 param → 200401429
GET
/projects/{projectId}/sections
Get project sections
getProjectSections 1 param → 200401429
POST
/projects/{projectId}/sections
Create section
createSection 1 param body → 201401429
GET
/sections/{sectionId}
Get section
getSection 1 param → 200401429
PUT
/sections/{sectionId}
Update section
updateSection 1 param body → 200401429
DELETE
/sections/{sectionId}
Delete section
deleteSection 1 param → 204401429

Schemas 9

The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are ProjectBillingBudget (12 properties), Project (11 properties), Section (5 properties), ProjectBillingRate (3 properties). Each schema is shown below with its type and property counts.

Error
object
2 properties
ProjectBillingRate
object
3 properties
SectionRequest
object
3 properties 1 required
ProjectBilling
object
3 properties
ProjectBillingBilling
object
2 properties
ProjectRequest
object
3 properties 2 required
Project
object
11 properties
ProjectBillingBudget
object
12 properties
Section
object
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

everhour-projects-api-openapi.yml Raw ↑

Other APIs Everhour publishes across the network.

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