Endpoint
PATCH /api/v1/sdk-conversion-system/conversions/{id}/statusThis endpoint allows you to change the conversion status to Pending, Success, or Rejected using the conversion ID. This is typically for operational adjustments, validation workflows, or fraud and quality control handling.
Product Path Parameter
Name | Type | Description |
| string (UUID) | The Conversion ID record |
Query parameters
Name | Example | Notes |
|
| Allowed values: Pending, Success, Rejected. |
Response scheme
Name | Type | Notes |
| string (UUID) | The conversion that was updated. |
| string | New status |
| string | Reason the conversion was rejected |
| boolean | Indicates whether the reward callback was sent |
