Skip to main content

Overview

The Adrop REST API allows you to request ads directly from the server-side without using an SDK. This is useful when integrating ads with web servers, backend services, or platforms that don’t support SDKs.

Basic Information

ItemValue
Base URLhttps://api-v2.adrop.io
ProtocolHTTPS
AuthenticationApp Key (Authorization header)

Authentication Setup

An App Key is required to use the API.

Getting Your App Key

  1. Log in to the Adrop Console
  2. Navigate to the Settings tab
  3. Download the platform-specific adrop_service.json from the App menu
  4. Find your App Key in the JSON file

Authorization Header

Include the Authorization header in all API requests:
Authorization: YOUR_APP_KEY
Do not share your App Key with anyone.

Common Parameters

Required Parameters

ParameterTypeDescription
unitSTRINGAd unit ID
ParameterTypeDescription
uidSTRINGUser unique identifier
pfSTRINGPlatform (android, ios, web)
lclSTRINGLocale (e.g., en_US, ko_KR)

Optional Parameters

ParameterTypeDescription
themeSTRINGTheme mode (light, dark)
adIdSTRINGAdvertising identifier (ADID/IDFA)
contextIdSTRINGContext targeting ID
The uid parameter is used for controlling ad frequency per user and mapping targeting information. Accurate targeting may not be possible without it.

Supported Ad Formats