GET
/
api
/
v1
/
actions
/
{slug}
curl --request GET \
  --url https://api.enso.finance/api/v1/actions/{slug}
[
  {
    "action": "approve",
    "inputs": {}
  }
]

Path Parameters

slug
string
required

Response

200 - application/json

The response is of type object[].