ブランドページはEpsilon RMNプラットフォームと同じAPIキーを使用します。別途キーは必要ありません。
Requests include an Authorization header using HTTP Basic authentication, with the API key encoded according to the Request for Comments (RFC) specification:
/Authorization: Basic base64(<apiKey>:)上記RFCで定義された形式に加え、プラットフォームは既存のクライアント統合との互換性を確保するため、既存のAPIキー値をAuthorizationヘッダーに直接渡すこともサポートしています。
Authorization: Basic \<existing_api_key>
