Skip to main content
GET
/
runs
/
event-types
List canonical run event types
curl --request GET \
  --url https://api.veryfront.com/runs/event-types \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "type": "<string>",
      "description": "<string>",
      "legacy_types": [
        "<string>"
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

Use a JWT bearer token or a Veryfront API key in the Authorization header.

Response

200 - application/json

Run event type overview

data
object[]
required