Skip to main content
POST
/
v1
/
webhooks
/
{id}
/
{token}
Execute a webhook
curl --request POST \
  --url https://api.magne.app/v1/webhooks/{id}/{token} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "content": "<string>"
}
'
{
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required
token
string
required

Body

application/json
content
string
required

Response

Success