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

Authorizations

x-api-key
string
header
required

Body

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

Response

200 - undefined