Invoices
Retrieve invoices
Retrieve all invoices based on certain parameters.
OAuth
Required scopes:invoices.readonly
or invoices
GET
/
invoices
/
v1
Authorizations
Authorization
string
headerrequiredSee our authentication documentation for how to authorize your requests
Headers
spacebring-network-id
string
The id of the network. Required when using bearer token authentication
Query Parameters
companyRef
string
The id of the company
membershipRef
string
The id of the membership
locationRef
string
The id of the location.
issueDate
object
The date filter of items.
nextPageToken
string
The token to get the next page of results
limit
integer
default: 25The number of items to return
status
enum<string>
The status of an invoice.
Available options:
draft
, issued
, voided
, paid
Response
200 - application/json
invoices
object[]
nextPageToken
string