Skip to main content
POST
Review a campaign application

Authorizations

Authorization
string
header
required

OAuth 2.1 authorization code + PKCE (S256). Tokens are tenant-bound (company_id) and scoped. Discover endpoints via /.well-known/oauth-authorization-server.

Headers

Idempotency-Key
string

Client-chosen key; replaying the same key + body returns the original response, a different body returns 409.

Path Parameters

id
string
required

Composite application id ({programId}_{requestId}) from the list.

Body

application/json
action
enum<string>
required
Available options:
approve,
reject

Response

Application reviewed.

data
object
required