Retrieve invoice as CSVAsk AIget https://testflight.tremendous.com/api/v2/invoices/{id}/csvGenerates a CSV version for an invoice listing the associated rewards and ordersPath ParamsidstringrequiredID of the Invoice for that the CSV should be generatedHeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/csvAllowed:application/jsontext/csvResponses 200CSV for the specified Invoice 400The invoice can't be exported to CSV because it isn't associated with any rewards 401Authorization error, for example due to an invalid or missing API key, or because the API key is restricted to a different source IP address. 404No resource could be found for the provided ID 429Rate limit exceeded, this request was not processed. Future requests may not be processed until your account drops below the rate limit threshold 500The server encountered an unexpected error or couldn't fulfill the request in time.Updated 7 months ago