Configuration changes have been tracked starting February 4th, 2026 . Data prior to this date is not available.
Get Partner Configuration Changes
Usage
Use this endpoint to retrieve a CSV log of every update made to a specific partner setup.
| Method | Endpoint |
|---|---|
| GET | https://api.singular.net/api/v1/partner_configuration/partner_config_changes |
Rate Limit
This endpoint is throttled to 5 requests per minute.
Query Parameters
| Parameter | Required | Format | Description | Example |
|---|---|---|---|---|
| api_key | v | String | API key provided in the Singular console | |
| partner_name | v | String | Partner display name. Use the Get Configured Partners API to retrieve these. | 1Plusads |
| longname | v | String | The App Bundle ID. Use the Get Apps API to retrieve these. | com.example.app |
| platform | v | String | The platform of the app. Allowed values are: web, ios, android, playstation, xbox, metaquest, pc, nintendo. |
ios |
| agency_id | x | String | Optional identifier if the configuration is managed via an agency. |
Example call
Use this endpoint to retrieve a CSV log of every update made to a specific partner setup.
| Method | Endpoint |
|---|---|
| GET | https://api.singular.net/api/v1/partner_configuration/partner_config_changes?api_key=YOUR_API_KEY&partner_name=ExamplePartner&platform=iOS&longname=com.example.app.bundleid |
Example Output
The output is a CSV file. Each row represents a single field change within the partner configuration:
| Date | Partner | App | Platform | Category | Field Name | Old Value | New Value | Performer | Operation |
|---|---|---|---|---|---|---|---|---|---|
| 2026-02-10 14:00 | ExamplePartner | com.example.app.bundleid | iOS | Postbacks | postback_uri | http://old.url | http://new.url | user@company.com | Update |
| 2026-02-11 09:30 | ExamplePartner | com.example.app.bundleid | iOS | Windows | Install Click Window (Probabilistic) Hours | 24 | 6 | Singular | Update |
Tip: If you omit the
partner_name parameter the output will include all partners.