Skip to main content
GET
/
v1
/
public
/
slips
/
{slip_id}
Get Slip
curl --request GET \
  --url https://api.sanka.com/v1/public/slips/{slip_id} \
  --header 'Authorization: Bearer <token>'
{
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "id_slip": 123,
  "contact_name": "<string>",
  "company_name": "<string>",
  "start_date": "2023-12-25",
  "due_date": "2023-12-25",
  "status": "<string>",
  "slip_type": "<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

Path Parameters

slip_id
string
required

Query Parameters

external_id
string | null
lang
string | null
language
string | null

Response

OK

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