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 |
Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Request Body
Request Schema
Field | Type | Required | Description |
---|---|---|---|
territory | string | ❌ | ISO 3166-1 alpha-2 country code (e.g., ‘US’, ‘NG’) |
dsp | string | ❌ | Digital Service Provider identifier |
usageType | string | ❌ | Type of usage |
date | string | ❌ | Date to check for active splits (ISO 8601 format) |
Responses
✅ 200 - Success
⚠️ 401 - Unauthorized
⚠️ 404 - Not Found
❌ 500 - Internal Server Error
Tags
Splits
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Body
application/json
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5