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

Authorizations

Authorization
string
header
required

Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.

Query Parameters

project_id
string<uuid>

Optional project ID to check project-specific warnings

Response

List of resource usage warnings

warnings
string[]
required