The SPP API requires a Basic Authentication header to be provided with each HTTPS request. This header must contain the Customer ID and API Key provided by Speaking Partners. The value for the Authorization header is created by combining the Customer ID and API with a colon “CustomerID:APIKey” and is then Base64 encoded.

Example

Customer ID (Username) API Key (Password) Combined & Base64
1234 d69669d04ba64e3e86d46b7ecaab2673 MTIzNDpENjk2NjlEMDRCQTY0RTNFODZENDZCN0VDQUFCMjY3Mw==
Authorization: Basic MTIzNDpENjk2NjlEMDRCQTY0RTNFODZENDZCN0VDQUFCMjY3Mw==