Skip to main content
GET
/
api
/
v1
/
public
/
meters
List Workspace Meters
curl --request GET \
  --url https://api.sanka.com/api/v1/public/meters \
  --header 'Authorization: Bearer <token>'
[
  {
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "id": "<string>",
    "meter_id": "<string>",
    "contact_id": "<string>",
    "company_id": "<string>",
    "item_id": "<string>",
    "subscription_id": "<string>",
    "usage": 123,
    "usage_status": "<string>",
    "usage_at": "2023-11-07T05:31:56Z",
    "contact_name": "<string>",
    "company_name": "<string>",
    "item_name": "<string>",
    "subscription_name": "<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
meter_id
contact_id
string | null
company_id
string | null
item_id
string | null
subscription_id
string | null
usage
number | null
usage_status
string | null
usage_at
string<date-time> | null
contact_name
string | null
company_name
string | null
item_name
string | null
subscription_name
string | null