v4

latestOpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-04-277127123.7 KB
Bundles

Get bundle

Returns the details of a specific bundle.

get/bundles/{bundle_id}

Path parameters

bundle_idstring required

Bundle ID.

Response

Bundle details

idinteger
selfstring
namestring
descriptionstring nullable
valuenumber
value_shippingnumber nullable
currencystring
amountstring nullable

Formatted price with currency symbol.

amount_shippingstring nullable
buyer_linkstring uri nullable
imagesstring[] nullable
expirationstring date-time nullable
expiration_unitnumber nullable
expiration_amountnumber nullable
is_expiredboolean
is_activeboolean
is_shippableboolean
tagstring nullable
visitsinteger nullable
metadataobject nullable
created_byinteger nullable
created_atstring date-time nullable
updated_atstring date-time nullable
qr_linkstring uri nullable
connectionsConnections

Hypermedia links to related resources.

Example response

{
  "currency": "EUR"
}