{"templateId":"markdown","versions":[{"version":"shipstation-v2","label":"ShipStation V2 API","link":"/apis/shipstation-v2/docs/reference/list-webhooks","default":true,"active":false,"folderId":"58c9a61d"},{"version":"shipengine","label":"ShipStation API (formerly ShipEngine)","link":"/apis/shipengine/docs/reference/list-webhooks","default":false,"active":true,"folderId":"58c9a61d"},{"version":"shipstation-v1","label":"ShipStation V1 API","link":"/apis/shipstation-v1/docs/reference/list-webhooks","default":false,"active":false,"folderId":"58c9a61d"}],"sharedDataIds":{"sidebar":"sidebar-apis/@shipengine/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":[]},"type":"markdown"},"seo":{"title":"List Webhooks","keywords":"shipping, labels, shipstation, documentation, api","siteUrl":"https://docs.shipstation.com","lang":"en-US","llmstxt":{"hide":false,"title":"ShipStation API LLM Docs","description":"Find links and references to all markdown documentation for use with LLMs","excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"list-webhooks","__idx":0},"children":["List Webhooks"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["You can list the active webhooks using the GET method to call to the webhooks endpoint. This method lists only ",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["active"]}," webhooks."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["GET v1/environment/webhooks"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"http","header":{"controls":{"copy":{}}},"source":"GET /v1/environment/webhooks HTTP/1.1\nHost: api.shipengine.com\nAPI-Key: __YOUR_API_KEY_HERE__\n","lang":"http"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["You can also list a specific webhook if you append the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["webhook_id"]}," to the end of the endpoint."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["GET v1/environment/webhooks/:webhook_id"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"http","header":{"controls":{"copy":{}}},"source":"GET /v1/environment/webhooks/5517 HTTP/1.1\nHost: api.shipengine.com\nAPI-Key: __YOUR_API_KEY_HERE__\n","lang":"http"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["When listing your webhooks, you'll receive a JSON response similar to the following example."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"[\n  {\n      \"webhook_id\": \"5517\",\n      \"url\": \"https://www.yourwebhook.com/listener/batch\",\n      \"event\": \"batch\"\n  },\n  {\n      \"webhook_id\": \"5515\",\n      \"url\": \"https://www.yourwebhook.com/listener/rate\",\n      \"event\": \"rate\"\n  },\n  {\n      \"webhook_id\": \"5516\",\n      \"url\": \"https://www.yourwebhook.com/listener/track\",\n      \"event\": \"track\"\n  }\n]\n","lang":"json"},"children":[]}]},"headings":[{"value":"List Webhooks","id":"list-webhooks","depth":1}],"frontmatter":{"seo":{"title":"List Webhooks"}},"lastModified":"2026-04-08T10:47:45.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/apis/shipengine/docs/reference/list-webhooks","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}