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

Bokio invoices API

Operations for managing invoices

Bokio invoices API is one of 16 APIs that Bokio 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.

This API exposes 25 operations across 16 paths, and defines 18 schemas. It is described by OpenAPI 3.0.3, at version 1.0.

Requests are made against a single base URL, https://api.bokio.se/v1.

25 operations 16 paths 18 schemas 4 DELETE10 GET10 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://api.bokio.se/v1
Authentication
HTTP Bearer, OAuth 2.0, HTTP Basic
Contact
Terms of Service
Resource Areas
1

Authentication & Security 3

Bokio invoices API declares 3 security schemes for authenticating requests. It accepts HTTP bearer tokens (tokenAuth). It supports OAuth 2.0 (access_token) using the clientCredentials and authorizationCode flows, exposing 24 scopes. It accepts HTTP basic authentication (client_auth). By default, every request must be authenticated.

Paths & Operations 25

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

invoices 25

Operations for managing invoices

POST
/companies/{companyId}/invoices
Create an invoice
post-invoice 1 param body → 200400
GET
/companies/{companyId}/invoices
Get invoices
get-invoice 4 params → 200
GET
/companies/{companyId}/invoices/{invoiceId}
Get an invoice
get-invoices-invoiceId 2 params → 200404
PUT
/companies/{companyId}/invoices/{invoiceId}
Update an invoice
put-invoice 2 params body → 200400
DELETE
/companies/{companyId}/invoices/{invoiceId}
Delete an invoice
delete-invoice-with-id 2 params → 204400
POST
/companies/{companyId}/invoices/{invoiceId}/attachments
Add an attachment to an invoice
post-invoice-attachment 3 params body → 200400404
GET
/companies/{companyId}/invoices/{invoiceId}/attachments
Get attachments
get-invoice-attachments 5 params → 200404
GET
/companies/{companyId}/invoices/{invoiceId}/attachments/{attachmentId}
Get an attachment
get-invoice-attachment 3 params → 200404
DELETE
/companies/{companyId}/invoices/{invoiceId}/attachments/{attachmentId}
Delete an attachment from an invoice
delete-invoice-attachment 3 params → 204
GET
/companies/{companyId}/invoices/{invoiceId}/attachments/{attachmentId}/download
Download an attachment from an invoice
download-invoice-attachment 3 params → 200404
POST
/companies/{companyId}/invoices/{invoiceId}/credit
Create a credit note
post-invoices-invoiceId-credit 2 params → 200400404
GET
/companies/{companyId}/invoices/{invoiceId}/download
Download an invoice
download-invoice 2 params → 200400404
POST
/companies/{companyId}/invoices/{invoiceId}/line-items
Add a line item to an invoice
post-invoice-lineItem 2 params body → 200400404
POST
/companies/{companyId}/invoices/{invoiceId}/payments
Create an invoice payment
post-invoice-payment 2 params body → 200400404
GET
/companies/{companyId}/invoices/{invoiceId}/payments
Get invoice payments
get-invoice-payments 5 params → 200404
GET
/companies/{companyId}/invoices/{invoiceId}/payments/{paymentId}
Get an invoice payment
get-invoice-payment 3 params → 200404
DELETE
/companies/{companyId}/invoices/{invoiceId}/payments/{paymentId}
Delete an invoice payment
delete-invoice-payment 3 params → 204
POST
/companies/{companyId}/invoices/{invoiceId}/payments/{paymentId}/record
Record an invoice payment
record-invoice-payment-with-id 3 params → 200400404
POST
/companies/{companyId}/invoices/{invoiceId}/publish
Publish an invoice
post-invoices-invoiceId-publish 2 params → 200400404
POST
/companies/{companyId}/invoices/{invoiceId}/record
Record an invoice
record-invoice-with-id 2 params → 200400404
POST
/companies/{companyId}/invoices/{invoiceId}/settlements
Create an invoice settlement
post-invoice-settlement 2 params body → 200400404
GET
/companies/{companyId}/invoices/{invoiceId}/settlements
Get invoice settlements
get-invoice-settlements 5 params → 200404
GET
/companies/{companyId}/invoices/{invoiceId}/settlements/{settlementId}
Get an invoice settlement
get-invoice-settlement 3 params → 200404
DELETE
/companies/{companyId}/invoices/{invoiceId}/settlements/{settlementId}
Delete an invoice settlement
delete-invoice-settlement 3 params → 204
POST
/companies/{companyId}/invoices/{invoiceId}/settlements/{settlementId}/record
Record an invoice settlement
record-invoice-settlement-with-id 3 params → 200400404

Schemas 18

The contract defines 18 schemas that model the data the API accepts and returns. The most detailed are invoice (27 properties), creditNote (24 properties), salesInvoiceItem (11 properties), invoiceTaxReduction (9 properties). Each schema is shown below with its type and property counts.

invoice
object
27 properties 2 required
apiError
object
4 properties
addressWithCountrySubdivision
object
6 properties 4 required
invoiceSettlementRead
object
5 properties
paymentServiceFeeSettlementDetails
object
3 properties 3 required
pagedResponse
object
3 properties
invoiceSettlementWrite
object
2 properties 2 required
salesInvoiceItem
object
11 properties 6 required
lineItemTaxReduction
object
Tax reduction details for a line item. Only applicable to line items with productType services and unitType hour or unspecified.
2 properties 2 required
creditNote
object
24 properties 5 required
descriptionOnlyInvoiceItem
object
4 properties 2 required
address
object
5 properties
invoicePayment
object
6 properties 3 required
invoiceAttachment
object
3 properties
standardSettlementDetails
object
2 properties 2 required
invoiceItem
object
invoiceTaxReduction
object
Tax reduction details for the invoice. Ownership restriction: Only the integration that created the invoice can manage tax reduction data. Other integrations c…
9 properties 3 required
invoiceTaxReductionDeductionPerson
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

bokio-invoices-api-openapi.yml Raw ↑

Other APIs Bokio publishes across the network.

Bokio authorization API
Bokio bank-payments API
Bokio chart-of-accounts API
Bokio company-information API
Bokio connections API
Bokio credit-notes API
Bokio customers API
Bokio fiscal-years API
Bokio items API
Bokio journal-entries API
Bokio sie-files API
Bokio supplier-invoices API
Where this information came from

This is an independent, third-party profile of Bokio invoices 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.