POST
/
v5
/
app
/
inbound_webhooks
curl --request POST \
  --url https://{defaultHost}/v5/app/inbound_webhooks \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "filter_values": {},
  "discord_embed": {},
  "idempotent_key": "<string>",
  "timestamp": "<string>"
}'
{
  "id": "<string>",
  "filter_values": {},
  "discord_embed": {},
  "idempotent_key": "<string>",
  "timestamp": "<string>"
}

Authorizations

Authorization
string
header
required

App API key for /v5/app and /v5/company endpoints

Body

application/json

Response

201
application/json
A successful response

The response is of type object.