Create a new offer with a tracking URL and optional platform integration.
name and tracking_url are required. You can optionally link the offer to an external affiliate platform such as TUNE or Everflow.
tune, everflow, or null.cpa (cost per action) or cpc (cost per click).active or paused.| HTTP Status | Error Code | Description |
|---|---|---|
| 400 | missing_name | The name field was not provided. |
| 400 | missing_tracking_url | The tracking_url field was not provided. |
| 400 | name_too_long | The name exceeds 255 characters. |
| 400 | invalid_external_platform | The external_platform value is not tune, everflow, or null. |
| 400 | invalid_payout_type | The payout_type value is not cpa or cpc. |
| 400 | invalid_status | The status value is not active or paused. |
| 401 | unauthorized | API key is missing or invalid. |
| 500 | server_error | An unexpected error occurred on the server. |