Authentication

API authentication

RDPLINE API uses secret-key authentication. Secret keys can be issued after joining the
RDP Portal and identify client IDs and contracted media permissions.

All communication is allowed only over HTTPS with SSL/TLS.

Authentication method

RDPLINE API uses secret-key authentication. Secret keys can be issued after joining the RDP Portal and identify client IDs and contracted media permissions.

Header Key

Header Value

X-API-KEY

rdpl_xxxxxxxxxxxxxxxxxxxxxxxxx

API 호출 예시
curl -X GET "https://api.rdpline.com/news?page=1&size=20&publishedAtStart=2026-01-01&publishedAtEnd=2026-12-31" \  -H "X-API-KEY: rdpl_xxxxxxxxxxxxxxxxxxxxxxxxx"

API keys and media permissions

Across 3,000+ media partners, media codes are not passed directly as API body. Contracted media scope is applied automatically based on the API key.

Issue an API key

You can issue an API key after joining the RDP portal.

Automatic contracted media scope

The contracted media scope for a RDP portal ID is reflected in the API key, so media codes do not need to be sent on every request.

Responses within permission scope

API responses are returned only within the contract scope linked to the API key.