Manage Request
Approve or deny a pending service request.
POST
Approve or deny one pending request in your broker account. Use the public request ID from the list requests endpoint.
Track accepted work
Approval can return HTTP202 with request_status: "nycservers_review". Do not resubmit it. A 200 approval can also leave service work running in the background. Check the related service before treating the operation as complete.
For approval retries and X-Idempotency-Key behavior, see Errors and Retries.
Endpoint errors
For authentication, permissions, rate limits, and safe retries, see Errors and Retries.
An
already_processed response can include the request’s current stored state.Authorizations
Send the API key in the Authorization bearer header. Production keys begin with sk_live_.
Headers
Unique key for one intended operation. Reuse with unchanged input for retries. Supported by service creation, plan changes, cancellation, and request approval (not denial). Creation replays by key without checking changed input; action payload conflicts can return 409. See /api/errors-and-retries for endpoint-specific behavior.
Path Parameters
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
Last modified on September 8, 2026

