{{ csrf_field() }}

API

{{ __('API Documentation') }}

{{ __("Specify 'Access-Control-Allow-Origin' header value to allow access to the API from JavaScript.") }}
{{ __('Examples') }}

● * – {{ __('any host') }}
● https://example.org
● http://localhost:3000

{{ csrf_field() }}

{{ __('Webhooks') }}


@include('apiwebhooks::partials/form')
@if (!empty($webhooks)) @foreach ($webhooks as $webhook)
{{ csrf_field() }} @include('apiwebhooks::partials/form', ['webhook' => $webhook]) @if ($webhook->last_run_time)
@endif
{{ __('Delete') }}
@endforeach @endif @section('javascript') @parent initApiWebhooksSettings('{{ __('Delete this webhook?') }}', '{{ __('All (default)') }}'); @endsection