---
title: "Create conditional execution approval."
method: POST
path: "/conditional-execution/v2/triggered/approval"
tags: ["Triggered Conditional Execution Approval"]
---

# Create conditional execution approval.

`POST /conditional-execution/v2/triggered/approval`

Creates a new conditional execution approval.

## Request body

- OptimoveAPIModelsConditionalExecutionApproval — Conditional Execution Approval for Targeting API
  - `request_uid` string, nullable — The unique identifier for the request.
  - `approved` boolean — Value indicating whether the request is approved.
  - `timestamp` integer — The timestamp of the approval.
  - `additional_data` object, nullable — Additional data related to the approval.

## Response `202`

Accepted

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Server Error

---

[API](https://skmtc.net/optimove/apis/optimove-api.md) · [All operations](https://skmtc.net/optimove/apis/optimove-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/optimove/optimove-api/revisions/fc55c5b1bec5/schema)
