Respond to Approval Request
POST
https://api.sfox.com/v1
/approvals/:request_id
Approve or deny a request.
Path Parameters
Parameter | Type | Description |
---|---|---|
| int | ID of the approval request generated by sFOX you wish to respond to |
Body Parameters
Parameter | Type | Description |
---|---|---|
| boolean | Approves the request if true, denies the request if false |
Example Requests
Last updated