Skip to main content
GET
List feature requests

Authorizations

X-Auth-Token
string
header
required

API key created in the dashboard or via POST /v1/api/api-keys. Keys are prefixed pn_ and do not expire until revoked.

Query Parameters

status
enum<string>
Available options:
open,
planned,
in_progress,
shipped,
declined

Response

200 - application/json

Feature requests

id
string<uuid>
accountId
string
title
string
description
string
status
enum<string>
Available options:
open,
planned,
in_progress,
shipped,
declined
upvotes
integer
hasUpvoted
boolean

Whether the caller has upvoted

commentCount
integer
createdBy
string

Display name

createdAt
string<date-time>