cURL
curl --request GET \ --url https://api.salesbricks.com/api/v2/subscriptions/{subscription_id}/recast \ --header 'X-SALESBRICKS-KEY: <api-key>'
{ "orders": [ { "order_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "contract_value": "<string>", "pdf_url": "<string>", "starts_at": "2023-12-25", "ends_at": "2023-12-25", "order_type": "TRIAL" } ] }
Returns a list all the open orders for for subscription recast. These are recast orders that hasn’t started yet.
API key for authentication
Response serializer for subscription orders endpoints
List of orders for this subscription
Show child attributes