Bundles / Get

Get Bundle

Fetch detailed information about a specific bundle by its ID. Returns the bundle's name, description, total seed count, combined token count, and creation timestamp.

GET {baseAPIUrl}/bundles/:bundleId

Authentication

Required. Include your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Path Parameters

ParameterTypeDescription
bundleIdstringUUID of the bundle to retrieve

Query Parameters

ParameterTypeRequiredDescription
appIdstringRequiredApplication identifier
externalUserIdstringRequiredExternal user identifier

Response

FieldTypeDescription
idstringUnique bundle identifier
namestringBundle name
colorstringHex color code
iconstringIcon character
descriptionstringBundle description
seedCountnumberNumber of seeds in bundle
createdAtstringISO 8601 timestamp of creation
updatedAtstringISO 8601 timestamp of last update

Try It

Path Parameters

UUID of the bundle to retrieve

Query Parameters

Application identifier

External user identifier for data isolation