Get subscription spend velocity for a purchase order
GET/purchase-orders/:code/velocity
Returns the cumulative spend-rate projection for a subscription PO: expected vs actual per-period spend, velocity ratio, projected card-budget exhaustion date, and an is_alarming flag that mirrors the email alert criteria (>= 3 elapsed periods, ratio above the tenant threshold, exhaustion before contract end).
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
- 500
Subscription velocity projection
Bad request - validation error for an out-of-bounds purchase order code
Unauthorized
Forbidden - request denied by authorization, or blocked by the API firewall
Purchase order, subscription, or credit cards not found
Too many requests - rate limited by the API firewall; wait out the Retry-After delay before retrying
Response Headers
Retry-After
Delay in seconds a client must wait before retrying the request
Internal server error