Skip to main content
GET
/
errors
List error types
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"
    }
  ]
}

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.

Response

200 - application/json

List of error types

errors
object[]
required