Skip to main content
GET
/
organizations
/
admin
/
features
/
pending
List pending feature requests
curl --request GET \
  --url https://api.pcxpay.com/v1/organizations/admin/features/pending \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "message": "<string>",
  "data": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Pending features

status
string
Example:

"success"

message
string
data
object