cURL
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>" }
The access token received from the authorization server in the OAuth 2.0 flow.
The unique ID for this link.
Successful Response
The response is of type object.
object
Was this page helpful?