Skip to main content
GET
/
account
/
usage
/
warnings
Get account usage warnings
curl --request GET \
  --url https://api.veryfront.com/account/usage/warnings \
  --header 'Authorization: Bearer <token>'
{
  "warnings": [
    "<string>"
  ]
}

Documentation Index

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

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

Authorizations

Authorization
string
header
required

Use a JWT bearer token or a Veryfront API key in the Authorization header.

Query Parameters

project_id
string<uuid>

Optional project ID to evaluate project-specific usage warnings.

Response

List of account usage warning messages

warnings
string[]
required

Human-readable usage warning messages.