Skip to main content
POST
Respond to an approval request

Authorizations

Authorization
string
header
required

A VisIQ API key presented as Authorization: Bearer vq_prod_.... Mint keys under Connectors -> API Keys in the dashboard.

Path Parameters

id
string<uuid>
required

The approval queue item UUID.

Body

application/json

The request shape depends on the target item's category. enduser items use the approve/reject form; all other categories use the dismiss/create-rule form.

decision
enum<string>
required
Available options:
approved,
rejected
responded_by
string
required
Required string length: 1 - 255

Response

The resolution outcome.

id
string<uuid>
decision_id
string<uuid> | null
status
enum<string>
Available options:
approved,
rejected,
dismissed,
resolved
responded_at
string<date-time>
responded_by
string