Skip to main content
GET
/
internal
/
feature-requests
Get feature requests
curl --request GET \
  --url https://api.stack-auth.com/api/v1/internal/feature-requests
{
  "posts": [
    {
      "id": "<string>",
      "title": "<string>",
      "upvotes": 123,
      "date": "<string>",
      "userHasUpvoted": true,
      "content": "<string>",
      "postStatus": {
        "name": "<string>",
        "color": "<string>"
      }
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://stackauth-e0affa27-chore-move-mcp-to-a-sep-app.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Successful response

posts
object[]
required