Accept proposal
POST/v1/proposals/:id/accept
Accepts the proposal and creates (or confirms) the corresponding subscription using the given cycle.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 429
- 500
Proposal accepted — returns the proposal, subscription_id and invoice_id when applicable.
Request body failed validation.
Missing or invalid bearer token.
Token is valid but lacks permission for this operation.
Resource not found in the current organization.
Request body failed validation.
Rate limit exceeded.
Unexpected server error.