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

Authorizations

x-api-key
string
header
required

Body

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

Response

201 - undefined