Download an order item's artifact CSV
Serves the cached CSV artifact for one order item (ICCIDs, plus activation codes / Apple links for eSIM orders) as a file download. Only your own order items are accessible; any other order item resolves to 404.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
order_id
Order identifier.
item_id
Order item identifier.
Response headers
Content-Disposition
attachment; filename=“order_{order_id}item{item_id}.csv”
Cache-Control
Always no-store — the payload is sensitive (ICCIDs, activation codes).
Response
CSV artifact for the order item, served as an attachment download.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error