# Approve a pending post with the PostEverywhere API **Source:** https://posteverywhere.ai/docs/api/approve-post --- [🤖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)POST/posts/{id}/approve # Approve a pending post with the PostEverywhere API Clears a post that is awaiting approval. An API key is an organization credential (only owners and admins can create one), so a key approving is an admin approving by proxy. Approving does not publish: the draft is cleared, and scheduling it is what sends it out. One approval authorizes exactly one publish. Guides: [Quick start: create your first post](https://posteverywhere.ai/docs/quick-start) · [Bulk operations guide](https://posteverywhere.ai/docs/bulk-operations) Copy MarkdownCopy for LLM ## Parameters idstringrequiredThis endpoint accepts a JSON request body. See the [posts guide](https://posteverywhere.ai/docs/quick-start) for a worked example. ## Responses - 200Approved - 400Post is not awaiting approval - 404Post not found in this organization ## More in Posts - [List posts](https://posteverywhere.ai/docs/api/list-posts) - [Create a post](https://posteverywhere.ai/docs/api/create-post) - [Get a post](https://posteverywhere.ai/docs/api/get-post) - [Update a post](https://posteverywhere.ai/docs/api/update-post) - [Delete a post](https://posteverywhere.ai/docs/api/delete-post) - [Publish results](https://posteverywhere.ai/docs/api/get-post-results) - [Retry a post](https://posteverywhere.ai/docs/api/retry-post) - [Schedule or publish](https://posteverywhere.ai/docs/api/schedule-post) - [Bulk create posts](https://posteverywhere.ai/docs/api/bulk-create-posts) - [Bulk retry](https://posteverywhere.ai/docs/api/retry-failed-posts) - [Get the queue](https://posteverywhere.ai/docs/api/get-queue) - [Request changes](https://posteverywhere.ai/docs/api/request-post-changes) [← Get the queue](https://posteverywhere.ai/docs/api/get-queue)[Request changes →](https://posteverywhere.ai/docs/api/request-post-changes)[← All endpoints](https://posteverywhere.ai/docs/api/reference)