Skip to main content
GET
/
api
/
v1
/
rules
/
metadata
/
inputs-with-types
Get all inputs enriched with their type information Frontend can use this to ...
curl --request GET \
  --url http://localhost:3000/api/v1/rules/metadata/inputs-with-types \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

JWT obtained from POST /api/v1/auth/login.

Response

OK

Resource data (object or array depending on endpoint).