Check if an approval workflow exists

GET/api/organisation/approval-workflows/exists

Responses

200Existence check result.ObjectResponse
{}
401Unauthorized.Error
403Forbidden.Error
curl https://your-url.com/kong/core/api/gateway/api/organisation/approval-workflows/exists\
  -H "Authorization: Bearer $DELIO_API_KEY"\
  -H "Content-Type: application/json"