OpenMeter Subscriptions
Get add-on association for subscription
Pre-release Endpoint This endpoint is currently in beta and is subject to change.
Get an add-on association for a subscription.
get/v3/openmeter/subscriptions/{subscriptionId}/addons/{subscriptionAddonId}
Path parameters
subscriptionIdstring required
ULID (Universally Unique Lexicographically Sortable Identifier).
Example:01G65Z755AFWAKHE12NY0CQ9FH
subscriptionAddonIdstring required
ULID (Universally Unique Lexicographically Sortable Identifier).
Example:01G65Z755AFWAKHE12NY0CQ9FH
Response
SubscriptionAddon response.
Example response
{
"id": "01G65Z755AFWAKHE12NY0CQ9FH",
"labels": {
"env": "test"
},
"created_at": "2023-01-01T01:01:01.001Z",
"updated_at": "2023-01-01T01:01:01.001Z",
"deleted_at": "2023-01-01T01:01:01.001Z",
"addon": {
"id": "01G65Z755AFWAKHE12NY0CQ9FH"
},
"quantity_at": "2023-01-01T01:01:01.001Z",
"active_from": "2023-01-01T01:01:01.001Z",
"active_to": "2023-01-01T01:01:01.001Z",
"timeline": [
{
"quantity": 1,
"active_from": "2025-01-01T00:00:00Z",
"active_to": "2025-01-02T00:00:00Z"
},
{
"quantity": 0,
"active_from": "2025-01-02T00:00:00Z",
"active_to": "2025-01-03T00:00:00Z"
},
{
"quantity": 1,
"active_from": "2025-01-03T00:00:00Z"
}
],
"rate_cards": [
{
"rate_card": {
"labels": {
"env": "test"
},
"key": "resource_key",
"feature": {
"id": "01G65Z755AFWAKHE12NY0CQ9FH"
},
"billing_cadence": "P1Y",
"tax_config": {
"code": {
"id": "01G65Z755AFWAKHE12NY0CQ9FH"
}
},
"entitlement": {
"usage_period": "P1Y"
}
},
"affected_subscription_item_ids": [
"01G65Z755AFWAKHE12NY0CQ9FH"
]
}
]
}