Create OAuth token
documentedCreate an OAuth access token for the current user.
POST /xn/rest/{network}/1.0/TokenOAuth Tokensno implementation yet0 runsNo 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/Token?xn_pretty={{$xn_pretty}}" \
-X POST \
-u "{{$ning_email}}:{{$ning_password}}" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Accept: application/json" \
-d 'oauth_signature_method={{$oauth_signature_method}}&oauth_consumer_key={{$oauth_consumer_key}}&oauth_signature={{$oauth_signature}}'