Endpoint validation
POST /your_endpoint HTTP/1.1
Host: example.your_host.com
User-Agent: GuzzleHttp/7
Content-Type: application/json
Content-Length: 53
{"type":"echo","echo_data":"something:Echo:data:123"}HTTP/1.1 200 OK
...
Content-Type: application/json
{"type":"echo","echo_data":"something:Echo:123"}Last updated
Was this helpful?