Orders
Authorizations
AuthorizationstringRequired
Path parameters
orderIdstringRequired
Body
orderIdstringRequired
notifybooleanOptionalDefault:
If set to true, an email notification will be sent on rejection, provided it is configured.
falseResponses
200
Success
application/json
401
Authentication required
403
Access Forbidden (no authz)
429
Too Many Requests (tarpit)
500
General Error
post
/orders/{orderId}/rejectAuthorizations
AuthorizationstringRequired
Path parameters
orderIdstringRequired
Responses
200
Success
application/json
routingHistoryListstring[]Optional
401
Authentication required
403
Access Forbidden (no authz)
429
Too Many Requests (tarpit)
500
General Error
get
/orders/{orderId}/routing-history/recentLast updated
Was this helpful?