cURL
curl --request GET \ --url https://api.veryfront.com/usage/warnings \ --header 'Authorization: Bearer <token>'
{ "warnings": [ "<string>" ] }
Returns usage warnings for the authenticated user.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Optional project ID to get warnings for
List of usage warning messages