Quick how-to:
If you need to use the body of an incoming request (in JSON), for example when working with webhooks and authenticating them.
You can use:
$_POST.toJSON()
Community Page
Last updated:
Last updated:
Quick how-to:
If you need to use the body of an incoming request (in JSON), for example when working with webhooks and authenticating them.
You can use:
$_POST.toJSON()