POST
/
webhooks
/
ping
curl --request POST \
  --url https://api.theauthapi.com/webhooks/ping \
  --header 'Content-Type: application/json' \
  --data '{
  "url": "<string>",
  "httpMethod": "<string>",
  "body": {},
  "headers": {}
}'

Body

application/json
url
string
required
httpMethod
string
required
body
object
headers
object