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/:bundleIdAuthentication
Required. Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEYPath Parameters
| Parameter | Type | Description |
|---|---|---|
| bundleId | string | UUID of the bundle to retrieve |
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| appId | string | Required | Application identifier |
| externalUserId | string | Required | External user identifier |
Response
| Field | Type | Description |
|---|---|---|
| id | string | Unique bundle identifier |
| name | string | Bundle name |
| color | string | Hex color code |
| icon | string | Icon character |
| description | string | Bundle description |
| seedCount | number | Number of seeds in bundle |
| createdAt | string | ISO 8601 timestamp of creation |
| updatedAt | string | ISO 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