Sign in

List featured members

documented

Retrieve featured members.

GET /xn/rest/{network}/1.0/User/featuredUsersno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://external.ningapis.com/xn/rest/{{$network}}/1.0/User/featured?{{$query}}" \
  -X GET \
  -H 'Authorization: OAuth oauth_signature_method="PLAINTEXT",oauth_consumer_key="{{NING_CONSUMER_KEY}}",oauth_token="{{NING_OAUTH_TOKEN}}",oauth_signature="{{NING_OAUTH_SIGNATURE}}%26{{NING_OAUTH_TOKEN_SECRET}}"' \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "X-Ning-Secret: {{NING_SECRET}}"