Skip to content

Grants a bundle to the entitlement.

POST
/api/v1/provision/admin/entitlements/{entitlementId}/bundle-grants
curl --request POST \
--url https://example.com/api/v1/provision/admin/entitlements/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/bundle-grants \
--header 'Content-Type: application/json' \
--data '{ "bundleId": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0", "startsAtUtc": "2026-04-15T12:00:00Z", "expiresAtUtc": "2026-04-15T12:00:00Z", "reference": "example" }'
entitlementId
required
string format: uuid

Entitlement id.

Cancellation token.

object
bundleId
string format: uuid
startsAtUtc
null | string format: date-time
expiresAtUtc
null | string format: date-time
reference
null | string
Example generated
{
"bundleId": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0",
"startsAtUtc": "2026-04-15T12:00:00Z",
"expiresAtUtc": "2026-04-15T12:00:00Z",
"reference": "example"
}

OK

object
id
string format: uuid
bundleId
string format: uuid
bundleCode
string
bundleName
string
usagePlanSetId
string format: uuid
usagePlanSetName
string
startsAt
string format: date-time
expiresAt
null | string format: date-time
isRevoked
boolean
revokedAt
null | string format: date-time
reference
null | string
isActive
boolean

Bad Request

object
type
null | string
title
null | string
status
null | integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
detail
null | string
instance
null | string

Not Found

object
type
null | string
title
null | string
status
null | integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
detail
null | string
instance
null | string