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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

project_id
string<uuid>

Optional project ID to get warnings for

Response

List of usage warning messages

warnings
string[]
required