Skip to main content
GET
/
v1
/
usage
Get usage
curl --request GET \
  --url https://api.swippee.com/v1/usage \
  --header 'Authorization: Bearer <token>'
{
  "plan": "sandbox",
  "quota": 100,
  "used": 23,
  "remaining": 77,
  "period": "2026-05",
  "resets_at": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.swippee.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Your API key from the dashboard, sent as Authorization: Bearer swippee_sk_live_....

Response

Usage

plan
string
Example:

"sandbox"

quota
integer
Example:

100

used
integer
Example:

23

remaining
integer
Example:

77

period
string
Example:

"2026-05"

resets_at
string<date-time>