@extends('layouts.app') @section('content')
HTTP request workspace

See every webhook exactly as it arrives.

Create a temporary endpoint, send it requests from any service, and inspect headers, query data and payloads in one focused workspace.

@csrf
@guest @if (Route::has('register')) Create a private workspace @endif @endguest
Incoming request
LIVE
POST/hook/••••••••••••
content-type
application/json
body
{ "event": "payment.created" }
127.0.0.1just now
@foreach ([['Temporary URLs', 'Start without an account.'], ['Full request context', 'Headers, query and raw body.'], ['Live updates', 'Requests appear as they arrive.']] as [$title, $description])

{{ $title }}

{{ $description }}

@endforeach
@endsection