Listando Webhooks

Header Params
Authorization
string
REQUIRED
ApiKey [api_key do seller específico ou do gestor da plataforma]

Response
{
   "meta":{
      "limit":20,
      "next":null,
      "offset":0,
      "previous":null,
      "total_count":1
   },
   "objects":[
      {
         "id":150,
         "created_at":"2023-10-27T17:39:14.690124",
         "description":null,
         "events":[
            "PAYMENT.*",
            "TRANSFER.*"
         ],
         "status":"active",
         "token":"uuid-xyz",
         "url":"https://testes.free.beeceptor.com",
         "resource_uri":"/api/v1/webhooks/150/"
      }
   ]
}