Skip to main content

REST API (Basic Authentication)

Connect to a REST API using basic authentication

To use this connection type within the API, use a ConnectionTypeCode of REST-BASIC.

Variable Reference

The following variables are supported:

  • RestServiceBaseUrl - (Required) The Base URL of the REST Service.

  • RestServiceUsernameSecretName - (Required) The name of the Key Vault Secret containing the Username for Basic Authentication against the REST Service.

  • RestServicePasswordSecretName - (Required) The name of the Key Vault Secret containing the Password for Basic Authentication against the REST Service.

  • IntegrationRuntime - (Required) Integration Runtime to use for Copy Activity.