Skip to main content
GET
/
v1
/
public
/
items
/
{item_id}
Get Item
curl --request GET \
  --url https://api.sanka.com/v1/public/items/{item_id} \
  --header 'Authorization: Bearer <token>'
{
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "id": "<string>",
  "item_id": 123,
  "name": "<string>",
  "price": 123,
  "currency": "<string>",
  "status": "<string>",
  "company_id": "<string>",
  "contact_id": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

item_id
string
required

Query Parameters

external_id
string | null

Response

OK

created_at
string<date-time>
required
updated_at
string<date-time>
required
id
string | null
item_id
integer | null
name
string | null
price
number | null
currency
string | null
status
string | null
company_id
string | null
contact_id
string | null