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

Expenses, expense categories, and attachments.

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

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

This API exposes 8 operations across 4 paths, and defines 6 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 4 paths 6 schemas 2 DELETE2 GET2 POST2 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 Expenses 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 4 paths, the API surfaces 8 operations — 2 DELETE, 2 GET, 2 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

Expenses 8

Expenses, expense categories, and attachments.

GET
/expenses
Get all expenses
getAllExpenses → 200401429
POST
/expenses
Create expense
createExpense body → 201401429
PUT
/expenses/{expenseId}
Update expense
updateExpense 1 param body → 200401429
DELETE
/expenses/{expenseId}
Delete expense
deleteExpense 1 param → 204401429
GET
/expenses/categories
Get all expense categories
getAllExpenseCategories → 200401429
POST
/expenses/categories
Create expense category
createExpenseCategory body → 201401429
PUT
/expenses/categories/{categoryId}
Update expense category
updateExpenseCategory 1 param body → 200401429
DELETE
/expenses/categories/{categoryId}
Delete expense category
deleteExpenseCategory 1 param body → 204401429

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are Expense (10 properties), ExpenseRequest (9 properties), ExpenseCategory (6 properties), ExpenseCategoryRequest (5 properties). Each schema is shown below with its type and property counts.

Error
object
2 properties
ExpenseCategory
object
6 properties
ExpenseCategoryRequest
object
5 properties 1 required
ExpenseRequest
object
9 properties 2 required
Expense
object
10 properties
AttachmentDetails
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

everhour-expenses-api-openapi.yml Raw ↑

Other APIs Everhour publishes across the network.

Everhour Clients 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 Timecards API
Everhour Timers API
Everhour Timesheets API
Everhour Users API