Skip to main content
PATCH
/
webhooks
/
{id}
cURL
curl --request PATCH \
  --url https://api.theauthapi.com/webhooks/{id} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "name": "<string>",
  "url": "<string>",
  "customHeaders": {}
}
'

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Body

application/json
name
string
required
url
string
required
customHeaders
object

Response

200 - undefined