Getting started
Introduction
OpenAPI Specification
Guides
Overview
Quick-start guide
Invoicing for Marketplaces
Payment Processing setup
Pay now button using Stripe Connect
Pay now button using Stripe Connect (self-hosted)
Slovenian Fiscalization setup
Croatian Fiscalization setup
Concepts
Data Hierarchy
Implementation Flow
Authentication
Filters
Pagination
Localization
Smart codes
Model custom data
Calculations
Replayable requests
Rate limits
Soft delete
Errors
Core Resources
AccessToken
Account
Category
DocumentCategory
Client
Default
Document
Item
Organization
Payment
PriceList
Recurrence
Tax
Unit
Warehouse
Payment Processing
StripeConnect
Other resources
Country
Currency
Webhook
WhiteLabel
Connectors
Bokun
CustomIntegration
Magento1
Order
Shopamine
Shopify
Stripe
Thrivecart
TicketingHub
Woocommerce
Real-time reporting
Fina
Furs
BusinessPremise
ElectronicDevice
UI
Invoicing App
UI SDK
Changelog
Changelog
Introduction
The Account Object
Create Account
Get Account
Patch Account
Login Account
Logout Account
Login as / Impersonate Child Account
Find Child Accounts
Count Child Accounts
Check if Account Authorized
Check if Email is unique
Verify Account
Confirm Account
Change Account password
Request Account password reset
Reset Account password
Check if Account verified
Request Account verification
Introduction
The Document Object
Create Document
Get Document
Find Documents
Count Documents
Replace Document
Patch Document
Delete Document
Send a Document
Download PDF
Cancel Document
Uncancel Document
Fiscally verify Document
Mark Document as sent
Upload Attachment
Download Document XML in E-slog format
Parse to XML
Share Document
Get Document using shareableId
Download XML in E-slog format using shareableId
Download PDF using shareableId
Download Attachment using shareableId
Check is unique Document number
Get last Document number
Get next Document number
Parse image to Document
Create Comment
Replace Comment
Delete Comment
Introduction
The Organization Object
Create Organization
Get Organization
Find Organizations
Count Organizations
Patch Organization
Activate Organization
Deactivate Organization
Get Organization Subscription
Upload Image for Organization
Get Image for Organization
Delete Image for Organization
Download Image for Organization
Download Organization Logo
Export Organization Data
Import Data for Organization
Invite to Organization
Get Organization Business Stats
Get Organization Grouped Stats
Get Organization Payment Stats
Get Organization Category Stats
Get Organization Document Stats
Get Organization Profit-and-Loss report
Get Organization Balance Sheet report
Delete AccountOrganization
Accept AccountOrganization
Reject AccountOrganization
Enable AccountOrganization
Disable AccountOrganization
Change AccountOrganization Role
Find AccountOrganizations
Count AccountOrganizations
The Space Invoices API limits find requests to 100 results at a time. To fetch the next set of results, you can use the skip
filter, like so: ?filter[skip]=100
. This will allow you to retrieve results in increments of 100.
In addition to the results, the API also returns the total count of available results in a header called x-total-count
. This information is useful when implementing pagination in your application, as it helps you determine the total number of pages or results to display.