For the latest version of JMP Help, visit JMP.com/help.
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 ),
);