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_idintegerRequired<=9007199254740991
Order identifier.
item_idintegerRequired<=9007199254740991
Order item identifier.

Response headers

Content-Dispositionstring

attachment; filename=“order_{order_id}item{item_id}.csv”

Cache-Controlstring

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