POST
/
webhooks
curl --request POST \
  --url https://api.theauthapi.com/webhooks \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "url": "<string>",
  "topics": [
    "<string>"
  ],
  "httpMethod": "<string>",
  "projectId": "<string>",
  "accountId": "<string>",
  "customHeaders": {},
  "status": "<string>"
}'

Body

application/json
name
string
required
url
string
required
topics
string[]
required
httpMethod
string
required
projectId
string
accountId
string
customHeaders
object
status
string