How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Clockify Invoice API

The Invoice API from Clockify — 12 operation(s) for invoice.

Clockify Invoice API is one of 28 APIs that Clockify publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Invoice. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 17 operations across 12 paths, and defines 30 schemas. It is described by OpenAPI 3.2.0, at version v1.

Requests are made against a single base URL, https://api.clockify.me/api/v1.

17 operations 12 paths 30 schemas 3 DELETE5 GET1 PATCH6 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
v1
Base URL
https://api.clockify.me/api/v1
Authentication
API Key, API Key, API Key, API Key
Resource Areas
1

Authentication & Security 4

Clockify Invoice API declares 4 security schemes for authenticating requests. An API key is passed in the header as x-addon-token (AddonKeyAuth). An API key is passed in the header as x-api-key (ApiKeyAuth). An API key is passed in the header as x-marketplace-token (MarketplaceKeyAuth). An API key is passed in the header as x-addon-token (ReportAddonKeyAuth).

Paths & Operations 17

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

Invoice 17
GET
/v1/workspaces/{workspaceId}/invoices
Get all invoices on a workspace
getInvoices 6 params → 200
POST
/v1/workspaces/{workspaceId}/invoices
Add an invoice
createInvoice 1 param body → 201
POST
/v1/workspaces/{workspaceId}/invoices/info
Filter out invoices
getInvoicesInfo 1 param body → 200
GET
/v1/workspaces/{workspaceId}/invoices/settings
Get an invoice in another language
getInvoiceSettings 1 param → 200
PUT
/v1/workspaces/{workspaceId}/invoices/settings
Change an invoice language
updateInvoiceSettings 1 param body → 200
DELETE
/v1/workspaces/{workspaceId}/invoices/{invoiceId}
Delete an invoice
deleteInvoice 2 params → 200
GET
/v1/workspaces/{workspaceId}/invoices/{invoiceId}
Get an invoice by ID
getInvoice 2 params → 200
PUT
/v1/workspaces/{workspaceId}/invoices/{invoiceId}
Update an invoice
updateInvoice 2 params body → 200
POST
/v1/workspaces/{workspaceId}/invoices/{invoiceId}/duplicate
Duplicate an invoice
duplicateInvoice 2 params → 201
GET
/v1/workspaces/{workspaceId}/invoices/{invoiceId}/export
Export an invoice
exportInvoice 3 params → 200
POST
/v1/workspaces/{workspaceId}/invoices/{invoiceId}/items
Add item to an invoice
addInvoiceItem 2 params body → 200
POST
/v1/workspaces/{workspaceId}/invoices/{invoiceId}/items/import
Import time entries and expenses to an invoice
importTimeEntriesAndExpenses 2 params body → 200
DELETE
/v1/workspaces/{workspaceId}/invoices/{invoiceId}/items/{order}
Delete item from an invoice
removeInvoiceItem 3 params → 200
GET
/v1/workspaces/{workspaceId}/invoices/{invoiceId}/payments
Get payments for an invoice
getPaymentsForInvoice 4 params → 200
POST
/v1/workspaces/{workspaceId}/invoices/{invoiceId}/payments
Add payment to an invoice
createInvoicePayment 2 params body → 201
DELETE
/v1/workspaces/{workspaceId}/invoices/{invoiceId}/payments/{paymentId}
Delete payment from an invoice
deletePaymentById 3 params → 200
PATCH
/v1/workspaces/{workspaceId}/invoices/{invoiceId}/status
Change an invoice status
changeInvoiceStatus 2 params body → 200

Schemas 30

The contract defines 30 schemas that model the data the API accepts and returns. The most detailed are InvoiceOverviewDtoV1 (30 properties), LabelsCustomizationRequest (17 properties), LabelsCustomization (17 properties), InvoiceFilterRequestV1 (16 properties). Each schema is shown below with its type and property counts.

InvoiceFilterRequestV1
object
16 properties
InvoiceDefaultSettingsDto
object
Represents an invoice default settings object.
13 properties
InvoiceExportFields
object
Represents an invoice export fields object.
7 properties
ChangeInvoiceStatusRequestV1
object
1 property
InvoiceDefaultSettingsRequestV1
object
Represents an invoice default settings object.
8 properties 2 required
InvoiceExportFieldsRequest
object
Represents an invoice export fields object.
6 properties
LabelsCustomization
object
Represents a label customization object.
17 properties
LabelsCustomizationRequest
object
Represents a label customization object.
17 properties 17 required
CreateInvoiceRequest
object
6 properties 5 required
UpdateInvoiceSettingsRequestV1
object
3 properties 1 required
CreateInvoiceDtoV1
object
7 properties
CreateInvoiceItemRequestV1
object
5 properties 5 required
InvoiceSettingsDtoV1
object
3 properties
CreateInvoicePaymentRequest
object
3 properties
ContainsArchivedFilterRequest
object
Represents a project filter for imported items.
3 properties
VisibleZeroFieldsInvoice
object
Represents a list of zero value invoice fields that will be visible.
3 properties
BaseFilterRequest
object
Represents a company filter object. If provided, you'll get a filtered list of invoices that matches the specified company filter.
2 properties
UpdateInvoiceRequestV1
object
13 properties 7 required
TimeRangeRequestDtoV1
object
Represents a time range object. If provided, you'll get a filtered list of invoices that has issue date within the time range specified.
2 properties
InvoicePaymentDtoV1
object
5 properties
InvoicesListDtoV1
object
2 properties
ApplyTaxes
object
Represents item applyTaxes type.
5 properties
TaxType
object
Represents an invoice taxation type.
4 properties
ImportTimeEntriesAndExpensesRequestV1
object
12 properties 5 required
InvoiceInfoV1
object
Represents a list of invoice info.
14 properties
CalculationType
object
Represents an enum if tax is calculated as item based or invoice based.
3 properties
InvoiceInfoResponseDtoV1
object
2 properties
InvoiceOverviewDtoV1
object
30 properties
InvoiceItemDto
object
Represents a list of invoice item datatransfer objects.
10 properties
InvoiceDtoV1
object
Represents a list of invoices.
11 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

clockify-invoice-api-openapi.yml Raw ↑

Other APIs Clockify publishes across the network.

Clockify REST API
Clockify Approval API
Clockify Audit Log Report API
Clockify Balance API
Clockify Client API
Clockify Custom fields API
Clockify Entity changes (Experimental) API
Clockify Expense API
Clockify Expense Report API
Clockify Group API
Clockify Holiday API
Clockify Policy API
Where this information came from

This is an independent, third-party profile of Clockify Invoice API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.