Skip to main content
POST
Create a product bundle

Authorizations

Authorization
string
header
required

API key authentication. Pass your API key as a Bearer token.

Headers

Alguna-Version
enum<string>
required
Available options:
2026-04-01
Idempotency-Key
string

A unique string used to ensure the request is processed exactly once. If you retry a request with the same idempotency key within 24 hours, the original response is returned without re-executing the operation.

Maximum string length: 255
Example:

"ik_a1b2c3d4e5f6"

Body

application/json
name
string
required

The name of the bundle

Example:

"Standard Plan"

prices
object[]
required

Prices to include in this bundle

description
string | null

A brief description of the bundle

Example:

"Our standard plan bundle"

Response

Success

id
string
required

Unique identifier for the bundle

Example:

"bnd_01H1VECT"

name
string
required

The name of the bundle

Example:

"Standard Plan"

prices
object[]
required

Prices included in this bundle

description
string | null

A brief description of the bundle

Example:

"Our standard plan bundle"