get
https://api-sandbox.interlace.money/open-api/v3/physical-cards//shipping-info
Shipping Information Retrieval
This API retrieves the shipping information of a physical card, including:
- Courier company
- Tracking number
- Tracking URL
- Remarks
No Shipping Information Case
If the request succeeds but no shipping information is found, the API returns an empty data object:
{
"code": "000000",
"message": "success",
"data": {}
}