# Get a webhook subscription with the PostEverywhere API **Source:** https://posteverywhere.ai/docs/api/get-webhook --- [🤖Connect ChatGPT, Claude or any AI agent to manage your social media end to endConnect your AI agent to manage your social media](https://posteverywhere.ai/agents)GET/webhooks/{id} # Get a webhook subscription with the PostEverywhere API Fetch one webhook subscription — URL, subscribed events, active state, and delivery stats. The signing secret is only returned at creation time. Guide: [Webhooks guide](https://posteverywhere.ai/docs/webhooks) Copy MarkdownCopy for LLM ## Parameters idstringrequiredWebhook UUID ## Responses - 200Webhook - 400 - 401 - 402 - 403 - 404 - 429 - 500 ## More in Webhooks - [List webhooks](https://posteverywhere.ai/docs/api/list-webhooks) - [Create a webhook](https://posteverywhere.ai/docs/api/create-webhook) - [Update a webhook](https://posteverywhere.ai/docs/api/update-webhook) - [Delete a webhook](https://posteverywhere.ai/docs/api/delete-webhook) - [Test a webhook](https://posteverywhere.ai/docs/api/test-webhook) [← Create a webhook](https://posteverywhere.ai/docs/api/create-webhook)[Update a webhook →](https://posteverywhere.ai/docs/api/update-webhook)[← All endpoints](https://posteverywhere.ai/docs/api/reference)