Skip to main content
POST
Approve or deny one pending request in your broker account. Use the public request ID from the list requests endpoint.

Errors

All error responses use success: false and an error object. An already_processed response can include the request’s current stored state.

Authorizations

Authorization
string
header
required

Send the API key in the Authorization bearer header. Production keys begin with sk_live_.

Path Parameters

request_id
string
required

Public request ID in REQ- followed by digits format; matching is case-insensitive.

Pattern: ^[Rr][Ee][Qq]-[0-9]+$
Example:

"REQ-002167"

Body

application/json
action
enum<string>
required

Accepted case-insensitively after trimming.

Available options:
approve,
deny
denial_reason
string

Required and nonblank when action is deny.

Minimum string length: 1

Response

Request approved, accepted, or denied.

success
boolean
required
data
object
required
message
string
pagination
object
Last modified on August 2, 2026