Match Splits
Splits
Match Splits
/split/match
POST
Match Splits
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
/split/match Description:The
/split/match endpoint finds splits that match the specified criteria. It allows filtering splits by territory, DSP, usage type, and date.
Method:POST
Request Body:
The request body should be a JSON object with any of the following properties. At least one property must be provided.
| Parameter | Type | Required | Description |
|---|---|---|---|
| territory | string | No | ISO 3166-1 alpha-2 country code (e.g., ‘US’, ‘NG’) |
| dsp | string | No | Digital Service Provider identifier |
| usageType | string | No | Type of usage |
| date | string | No | Date in ISO 8601 format (e.g., ‘2023-01-15’) |
| [customDimension] | string | No | Any custom dimension key-value pair |
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Body
application/json
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5