Skip to main content
GET
/
api
/
v1
/
public
/
invoices
List Workspace Invoices
curl --request GET \
  --url https://api.sanka.com/api/v1/public/invoices \
  --header 'Authorization: Bearer <token>'
[
  {
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "id_inv": 123,
    "contact_name": "<string>",
    "company_name": "<string>",
    "start_date": "2023-12-25",
    "due_date": "2023-12-25",
    "status": "<string>",
    "currency": "<string>",
    "total_price": 123,
    "total_price_without_tax": 123
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Accept-Language
string | null

Query Parameters

workspace_id
string | null
lang
string | null
language
string | null

Response

200 - application/json

OK

created_at
string<date-time>
required
updated_at
string<date-time>
required
id_inv
integer | null
contact_name
string | null
company_name
string | null
start_date
string<date> | null
due_date
string<date> | null
status
string | null
currency
string | null
total_price
number | null
total_price_without_tax
number | null