Skip to main content
GET
/
v1
/
public
/
cases
List Cases
curl --request GET \
  --url https://api.sanka.com/v1/public/cases \
  --header 'Authorization: Bearer <token>'
[
  {
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "id": "<string>",
    "deal_id": 123,
    "name": "<string>",
    "status": "<string>",
    "case_status": "<string>",
    "currency": "<string>"
  }
]

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
string | null
deal_id
integer | null
name
string | null
status
string | null
case_status
string | null
currency
string | null