cURL
curl --request POST \ --url https://api.sandbox.getasset.com/v0/webhook/test \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "url": "<string>", "headers": [ {} ] } '
{ "error": "<string>", "data": "<unknown>" }
The access token received from the authorization server in the OAuth 2.0 flow.
The webhook url where to POST messages
Optional headers to be passed when calling the webhook
Successful Response