인증

Brand Pages는 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 정의 형식 외에도, 플랫폼은 기존 클라이언트 통합과의 호환성을 위해 Authorization헤더에 기존 API 키 값을 직접 전달할 수 있도록 지원합니다.

Authorization: Basic \<existing_api_key>