Skip to main content

Update Conversion Status (Single-Event Only)

Update the status of a single-event conversion.

Written by GoKart Support

Endpoint

PATCH /api/v1/sdk-conversion-system/conversions/{id}/status

This 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

{id}

string (UUID)

The Conversion ID record


Query parameters

Name

Example

Notes

status

status=Success

Allowed values: Pending, Success, Rejected.


Response scheme

Name

Type

Notes

conversionId

string (UUID)

The conversion that was updated.

status

string

New status

rejectionReason

string

Reason the conversion was rejected

isRewardSent

boolean

Indicates whether the reward callback was sent

Did this answer your question?