Authorization: Bearer ********************
curl --location --request GET 'https://api.servebolt.io/v1/bolts//subscription' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json'
{
"data": {
"id": "xxx",
"type": "subscriptions",
"attributes": {
"billing_period": 1,
"billing_period_unit": "month",
"status": "in_trial",
"has_scheduled_changes": false,
"resource_version": 1714661446179,
"currency_code": "EUR",
"cf_remote_id": "27104",
"renewal_date": 1719845434,
"total_price": 0,
"plan_price": 0,
"addons_price": 0,
"trial_days_left": 53
}
}
}