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

Invoices generated from tracked time and expenses.

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

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

This API exposes 8 operations across 6 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.

8 operations 6 paths 9 schemas 1 DELETE2 GET4 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 Invoices 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 8

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

Invoices 8

Invoices generated from tracked time and expenses.

GET
/invoices
Get all invoices
getAllInvoices → 200401429
GET
/invoices/{invoiceId}
Get invoice
getInvoice 1 param → 200401429
PUT
/invoices/{invoiceId}
Update invoice
updateInvoice 1 param body → 200401429
DELETE
/invoices/{invoiceId}
Delete invoice
deleteInvoice 1 param → 204401429
POST
/clients/{clientId}/invoices
Create invoice
createInvoice 1 param body → 201401429
POST
/invoices/{invoiceId}/reset-time
Refresh invoice line items
refreshInvoiceLineItems 1 param body → 200401429
POST
/invoices/{invoiceId}/{status}
Mark invoice as draft, sent, or paid
setInvoiceStatus 2 params → 200401429
POST
/invoices/{invoiceId}/export
Export invoice to Xero, QuickBooks, or FreshBooks
exportInvoice 1 param → 200401429

Schemas 9

The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are Invoice (20 properties), InvoiceItem (10 properties), ClientBudget (9 properties), InvoiceUpdateRequest (8 properties). Each schema is shown below with its type and property counts.

InvoiceCreateRequest
object
7 properties
Error
object
2 properties
InvoiceItem
object
10 properties
Invoice
object
20 properties
Client
object
5 properties
InvoiceUpdateRequest
object
8 properties
User
object
6 properties
ClientBudget
object
9 properties 3 required
InvoiceRefreshRequest
object
7 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

everhour-invoices-api-openapi.yml Raw ↑

Other APIs Everhour publishes across the network.

Everhour Clients API
Everhour Expenses API
Everhour Projects 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