Skip to main content
GET
/
resources
/
warnings
Get Warnings
curl --request GET \
  --url https://api.veryfront.com/resources/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 get warnings for

Response

List of warning messages

warnings
string[]
required