cURL
curl --request GET \ --url https://api.veryfront.com/errors \ --header 'Authorization: Bearer <token>'
{ "errors": [ { "slug": "resource-not-found", "title": "Resource Not Found", "status": 404, "category": "RESOURCE" } ] }
Returns all known API error types with their slug, title, HTTP status, and category.
Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.
List of error types
Show child attributes