{"code": 200,"message": "ok","data": {"team_name": "stark","webhook_id": "wid_6637839405e8b44e75b38e","url": "https://webhook.site/79f29230-9346-44e9-997f-035365443a64","type": "profile.parsing.success"}}
{"code": 401,"message": "Unauthorized. Invalid secret key: xxxxx "}
require_once('vendor/autoload.php');​$client = new Hrflow\Client('your secret key');​$data = ['url' => 'webhook url','type' => 'profile.parsing.success'];​$client->webhooks->check($data) ;
client.webhooks.check()