---
title: "GET /v1/quotas"
method: GET
path: "/v1/quotas"
tags: ["Quota"]
---

# GET /v1/quotas

`GET /v1/quotas`

Returns remaining quota of an outlet when calling certain API.

## Path parameters

- `resource` string, required

## Response `200`

Quota response

- object
  - `data` object
  - `meta` MetadataProperty
    - `code` integer
    - `errors` object

## Other responses

- `400` — Bad parameter
- `401` — The access token is invalid
- `403` — Access token valid, but is denied to access the resource. Or, the merchant`s outlet is expired.
- `410` — API Deprecated
- `415` — Unsupported Media Type
- `500` — Internal Server Error

---

[API](https://skmtc.dev/mokapos/apis/moka-api.md) · [All operations](https://skmtc.dev/mokapos/apis/moka-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mokapos/moka-api/revisions/eea24d9b5965/schema)
