Bundles / List

List Bundles

Retrieve all bundles belonging to an external user. Returns bundle metadata including names, descriptions, seed counts, and creation dates. Use this endpoint to display bundle directories or populate selection dropdowns.

GET {baseAPIUrl}/bundles

Authentication

Required. Include your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Query Parameters

ParameterTypeRequiredDescription
appIdstringRequiredApplication identifier
externalUserIdstringRequiredExternal user identifier

Response

FieldTypeDescription
bundlesarrayArray of bundle objects
bundles[].idstringUnique bundle identifier
bundles[].namestringBundle name
bundles[].colorstringHex color code
bundles[].seedCountnumberNumber of seeds in bundle
totalnumberTotal number of bundles

Try It

Query Parameters

Application identifier

External user identifier for data isolation