Skip to main content
POST
Decline a pending_approval match. The reason teaches the rule (e.g. this_is_a_winner suppresses future pauses of that entity for a while). Nothing is changed on Meta.

Authorizations

Authorization
string
header
required

AdStellar API key (ast_live_...)

Body

application/json
matchId
string<uuid>
required

Match id from list_pending_automation_actions.

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
reason
enum<string>
required

Why the suggestion is wrong.

Available options:
too_aggressive,
wait_longer,
this_is_a_winner,
wrong_audience,
attribution_issue,
creative_issue,
other
note
string

Optional free-text note.

Maximum string length: 2000
workspaceId
string<uuid>

Limit to one workspace this credential can access. Omit to span all of them.

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$

Response

Tool result