curl --request GET \
--url https://api.example.com/api/v1/addons/{addon_id} \
--header 'Authorization: Bearer <token>'{
"created_at": "2023-11-07T05:31:56Z",
"id": "<string>",
"name": "<string>",
"price_id": "<string>",
"product_id": "<string>",
"self_serviceable": true,
"archived_at": "2023-11-07T05:31:56Z",
"description": "<string>",
"fee_type": "RATE",
"max_instances_per_subscription": 123
}curl --request GET \
--url https://api.example.com/api/v1/addons/{addon_id} \
--header 'Authorization: Bearer <token>'{
"created_at": "2023-11-07T05:31:56Z",
"id": "<string>",
"name": "<string>",
"price_id": "<string>",
"product_id": "<string>",
"self_serviceable": true,
"archived_at": "2023-11-07T05:31:56Z",
"description": "<string>",
"fee_type": "RATE",
"max_instances_per_subscription": 123
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Add-on ID
"add_7n42DGM5Tflk9n8mt7Fhc7"
Add-on details
"add_7n42DGM5Tflk9n8mt7Fhc7"
"pri_7n42DGM5Tflk9n8mt7Fhc7"
"prd_7n42DGM5Tflk9n8mt7Fhc7"
RATE, SLOT, CAPACITY, USAGE, EXTRA_RECURRING, ONE_TIME