Overview

The Integration API Authentication model utilizes a basic authentication scheme to send credentials using the standard Authorization header element.

The authorization element in a base64 encoded string of credentials is separated by colons as follows:

[DOMAIN\USERNAME]:[PASSWORD]:[PASSPHRASE]