---
title: "Get subscription settings"
method: GET
path: "/subscriptions/settings"
tags: ["Subscriptions"]
---

# Get subscription settings

`GET /subscriptions/settings`

Retrieves settings for a subscription.

## Response `200`

When request is successful. Returns a 'SubscriptionSettings' object.

- SubscriptionSettings — Settings for an account's subscription behavior.
  - `href` string, nullable
  - `relation` string, nullable
  - `method` string, nullable
  - `self` Link
    - `id` string, nullable
    - `href` string, nullable
    - `relation` string, nullable
    - `method` string, nullable
  - `id` string, nullable — The Smokeball firm id.
  - `createExpensesFromUsageCharges` boolean — Whether usage charges should create expenses/disbursements.
  - `usageAccessPermission` string — Controls which staff at a firm can use Usage-based Products. Missing settings should be treated as Finance.Subscriptions.Entities.UsageAccessPermission.All.
  - `usageAccessSelectedUserIds` string[], nullable — Staff user ids granted access when Finance.Subscriptions.Api.Resources.SubscriptionSettings.UsageAccessPermission is Finance.Subscriptions.Entities.UsageAccessPermission.SelectedUsersAndFirmOwners.
  - `updatedDate` string, date-time, nullable — The date the settings were last updated.
  - `updatedByUserId` string, nullable — The user id that last updated the settings.

## Other responses

- `404` — When subscription with specified id does not exist.

---

[API](https://skmtc.net/smokeball/apis/api.md) · [All operations](https://skmtc.net/smokeball/apis/api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smokeball/api/versions/197984da9b42/schema)
