This version of the Help is no longer updated. See JMP.com/help for the latest version.
In order to access a web API that requires OAuth, pass the token to HTTP Request() using the OAuth2 field.
request = HTTPRequest(
URL( apiEndpoint ),
Method( "POST" ),
OAuth2( token ),
);