Skip to main content
POST
Approve or deny one pending MCP connector call

Authorizations

x-access-token
string
header
required

JWT token passed in x-access-token header

Path Parameters

id
string
required

The approval request id

Body

application/json
decision
enum<string>
required
Available options:
approve,
deny
scope
enum<string>
default:once

"conversation" remembers the approval for this tool on this connector for the rest of the conversation. Only valid with "approve", and only when the request belongs to a conversation.

Available options:
once,
conversation

Response

Decision recorded

success
boolean
Example:

true

id
string
status
enum<string>
Available options:
approved,
denied
scope
enum<string>
Available options:
once,
conversation
decidedAt
string<date-time>