English
Get add-on products list
cURL
curl --request GET \ --url https://app.teable.io/api/billing/add-on-products \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
[ { "id": "<string>", "type": "base", "catalog": "cloud", "unitAmount": 123, "prices": [ { "id": "<string>", "productId": "<string>", "type": "<string>", "interval": "month", "intervalCount": 123, "unitAmount": 123, "currency": "<string>" } ], "trialPeriodInDays": 123 } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns add-on products list.
The response is of type object[].
object[]