English
Get subscription detail by spaceId
cURL
curl --request GET \ --url https://app.teable.io/api/space/%7BspaceId%7D/billing/invoice/base-list \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
[ { "id": "<string>", "amount": 123, "currency": "<string>", "createdTime": "<string>", "status": "<string>", "pdfUrl": "<string>" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns subscription detail.
The response is of type object[].
object[]