Skip to main content
GET
/
account
/
usage
Get API usage statistics
curl --request GET \
  --url https://api.signa.so/v1/account/usage \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "period": {},
    "requests": {},
    "quota": {}
  }
}

Authorizations

Authorization
string
header
required

Use your API key from the dashboard. Include it in the Authorization header as a Bearer token.

Authorization: Bearer YOUR_API_KEY

Get your API key at https://signa.so/dashboard

Query Parameters

period
enum<string>
default:month
Available options:
day,
week,
month,
year
from_date
string<date>
to_date
string<date>

Response

200 - application/json

Usage statistics

success
boolean
data
object