Supported Formats

application/json

Supported Formats

application/json

Path Parameters

integration_id
string
required

The ID of the integration

  • Must be a String

flow_id
string
required

The flow ID

  • Must be a String

Query Parameters

offer_id
string
required

The public ID of the offer the feedback is about

  • Must be a String

event_id
string
optional

The parent event ID the feedback belongs to

  • Must be a String

reasons
array
required

Feedback reason slugs; only slugs configured for the advertiser are considered. Single-select: only the first valid slug is recorded, though the stored format remains an array (length 0..1)

  • Must be an array of any type

source
string
optional

How the feedback screen was reached: “decline” (reject CTA) or “pill” (rate-this-offer). Only those two values are stored; any other value is accepted but ignored

  • Must be a String

Returns

Response - Feedback recorded

Code 201 - application/json

Response - When a required parameter is missing or no valid reasons are supplied

Code 422 - application/json