Actually I want to register a webhook for Twitter.For this purpose I'm using codebird.But while trying to register the webhook and the response as "httpstatus : 403"
$url        = 'https://<domain>/webhook/twitter_webhook';
$params     = ['url'=>$url,'env_name' =>'<TITLE>'];
$response   = $this->api->accountActivity_all_ENV_NAME_webhooks($params);
Error Response
  {#1001 
      +"errors": array:1 [
      0 => {#1004
      +"code": 200
      +"message": "Forbidden."
     }
    ]
   +"httpstatus": 403
   +"rate": null
  }
 
     
    