GET With Credentials
  • 09 Feb 2024
  • 1 Minute to read
  • Dark
    Light

GET With Credentials

  • Dark
    Light

Article Summary

Step Details

Introduced in Version5.0.0
Last Modified in Version5.0.0
LocationIntegration > HTTP

The GET With Credentials step performs a GET method call using the user's credentials

Specifically it uses the .NET NetworkCredential class for its format: "Provides credentials for password-based authentication schemes such as basic, digest, NTLM, and Kerberos authentication".

If this step does not provide the needed functionality, users are encouraged to create a REST integration and use the steps that are created from that.


Properties

Inputs

PropertyDescriptionData Type
Do Not Use Default ProxyDefines whether the default proxy is usedBoolean
PasswordThe password of the userString
UriThe Uri for the GET callString
User NameUsername for the GET callStrug

Outputs

PropertyDescriptionData Type
OutputContents of the GET callString





Related Information

Forum Posts:
Expose FileData (Base64) Through API GET Call
Getting ACCESS RESTRICTED With REST Call



Was this article helpful?