POST
/
webhooks
/
test
/
link
/
{id}
curl --request POST \
  --url http://localhost:8080/webhooks/test/link/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "webhook_event": "link.state_changed",
  "webhook_idempotency_key": "<string>"
}'
{
  "delivery_token": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

moneykit-version
string
default:2023-02-18

Path Parameters

id
string
required

The unique ID for this link.

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.