Overview
The [Management] > [Integrations] menu is where you configure all external Adrop integrations.- API Keys: used for Open API calls and for decrypting rewarded ad SSV callbacks
- Reward Ad SSV: configure the server URL that receives reward-completion callbacks — see Reward Ad SSV
Generating an API Key
Enter key information
In the API Keys section, click [Create API Key] and fill in the following:
| Field | Description |
|---|---|
| Key Name | A name to identify the key’s purpose (e.g., “Report Integration”). Must be at least 1 character. |
| Scope | Select at least one scope. Calls are limited to the granted scopes. |
Available Scopes
| Scope | Description |
|---|---|
report:read | Query campaign reports and backfill revenue data |
campaign:read | Read campaign information |
campaign:write | Create and modify campaigns |
webhook:read | Read webhook callback data |
webhook:write | Send webhook events |
auth:delegate | Create delegate authentication codes |
The currently available Open API endpoint is the Report API. The scope list may appear partial depending on your console configuration.
Calling the Open API
Basic Information
| Item | Value |
|---|---|
| Base URL | https://lake.adrop.io |
| Protocol | HTTPS |
| Authentication | API Key (x-api-key header) |
Authentication
Include thex-api-key header in every API request.
Managing API Keys
Viewing Keys
View issued API keys in the API Keys section of the Integrations menu.| Column | Description |
|---|---|
| Key Name | Name entered at creation |
| API Key | Only the prefix (e.g., adrop_7kF2) is shown; the rest is masked |
| Scope | Number of granted scopes (hover for full list) |
| Created | Key creation date |
Revoking Keys
Revoke unused keys from the row menu using [Revoke].API keys that are connected to a Rewarded Ad SSV cannot be revoked. Change the API key in the SSV or delete the SSV configuration, then try again.
Related
Reward Ad SSV
Register the SSV callback URL that receives reward-completion events and decrypt the payload
Report API
Query campaign performance and backfill revenue data via API