# Retrieve the pricing table data

```
GET 
https://api.freemius.com/v1/products/{product_id}/pricing.json
```

#### Auth:Bearer TokenSCOPE: <!-- -->PRODUCT

Product-scoped API tokens allow you to operate on the product itself. This token usually allows read-only access to the product configuration and write access to several operations on subscriptions, customers, payments, and more. For most SaaS or app integrations, this is the token you will need.

1. Go to the [Freemius Developer Dashboard](https://dashboard.freemius.com/).
2. Open the Settings page of the relevant product.
3. Click the API & Keys tab.
4. Copy the API Bearer Authorization Token from the UI.

***

Retrieve the plugin's full features & pricing data for a pricing table. Used by our [JS SDK](https://freemius.com/help/documentation/saas-sdk/react-starter/components/#subscription-plans-table), and [WordPress SDK](https://freemius.com/help/documentation/wordpress-sdk/wp-admin-in-dashboard-upgrading/) to create pricing components and pages.

## Request[​](#request "Direct link to request")

### Path Parameters

* **product\_id**
  <!-- -->
  integer\<int64>[](#param-property-products-retrieve-pricing-table-data-param-path-product-id "Direct link to product_id")required

  The ID of the product.

  **Possible values:** `>= 1`

  **Example:<!-- -->&#x20;**`1234`

### Query Parameters

* **currency**
  <!-- -->
  string[](#param-property-products-retrieve-pricing-table-data-param-query-currency "Direct link to currency")

  The currency to use for the pricing.

  **Possible values:** `>= 3 characters` and `<= 3 characters`, \[`usd`, `eur`, `gbp`]

  **show\_pending**
  <!-- -->
  boolean[](#param-property-products-retrieve-pricing-table-data-param-query-show-pending "Direct link to show_pending")

  **Default value:<!-- -->&#x20;**`false`

  **type**
  <!-- -->
  any[](#param-property-products-retrieve-pricing-table-data-param-query-type "Direct link to type")

  **Default value:<!-- -->&#x20;**`all`

  Whether to show all plans or only the visible ones.

  **Possible values:** \[`all`, `visible`]

  **is\_enriched**
  <!-- -->
  boolean[](#param-property-products-retrieve-pricing-table-data-param-query-is-enriched "Direct link to is_enriched")

  **Default value:<!-- -->&#x20;**`false`

  If set to `true`, the result will be enriched with some of the context plugin's information.

  **bundle\_product\_id**
  <!-- -->
  string[](#param-property-products-retrieve-pricing-table-data-param-query-bundle-product-id "Direct link to bundle_product_id")

  (optional) (Development Only) The ID of the parent bundle product. When getting the pricing of a product, if the product is part of a bundle, you can set the value here (along with the public key of the bundle). This will be used to determine the trial status of the product in sandbox mode. Our WP SDK uses it internally.

  **bundle\_product\_public\_key**
  <!-- -->
  string[](#param-property-products-retrieve-pricing-table-data-param-query-bundle-product-public-key "Direct link to bundle_product_public_key")

  (optional) (Development Only) Used alongside the `bundle_product_id` parameter.

<!-- -->

## Responses[​](#responses "Direct link to Responses")

* 200
* 400
* 401
* 402
* 404

The features and pricing data.

application/json

**Schema**

**plugin** <!-- -->object

**icon**string[](#schema-property-products-retrieve-pricing-table-data-response-schema-icon-string "Direct link to icon")nullable

Product's icon (profile picture).

**Example:<!-- -->&#x20;**`https://img.freemius.com/plugin-icon-blue.png`

**slug**string[](#schema-property-products-retrieve-pricing-table-data-response-schema-slug-string "Direct link to slug")

The `slug` of the product. If your plugin is listed on `WordPress.org` repository, use the exact slug.

**Example:<!-- -->&#x20;**`my-freemius-plugin`

**title**string[](#schema-property-products-retrieve-pricing-table-data-response-schema-title-string "Direct link to title")

The title of the product.

**Example:<!-- -->&#x20;**`My Freemius Plugin`

**type**string[](#schema-property-products-retrieve-pricing-table-data-response-schema-type-string "Direct link to type")

**Possible values:** \[`plugin`, `theme`, `widget`, `template`]

**money\_back\_period**integer[](#schema-property-products-retrieve-pricing-table-data-response-schema-money-back-period-integer "Direct link to money_back_period")

Money-back guarantee in days.

**refund\_policy**string[](#schema-property-products-retrieve-pricing-table-data-response-schema-refund-policy-string "Direct link to refund_policy")

**Possible values:** \[`flexible`, `moderate`, `strict`]

**public\_key**string[](#schema-property-products-retrieve-pricing-table-data-response-schema-public-key-string "Direct link to public_key")

The public key associated with the entity for authorization.

**Example:<!-- -->&#x20;**`pk_a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6`

**parent\_plugin\_id**string\<int64>[](#schema-property-products-retrieve-pricing-table-data-response-schema-parent-plugin-id-string-int64 "Direct link to parent_plugin_id")nullable

If the product is an add-on then this is the ID of the parent product.

**Possible values:** `>= 1`

**Example:<!-- -->&#x20;**`123456`

**selling\_unit\_label** <!-- -->object

The label used for the selling unit of the product, e.g., 'Credit', 'Activation', etc. The resulting object will have both singular and plural.

**singular**string[](#schema-property-products-retrieve-pricing-table-data-response-schema-singular-string "Direct link to singular")

The singular form of the selling unit label.

**Example:<!-- -->&#x20;**`Credit`

**plural**string[](#schema-property-products-retrieve-pricing-table-data-response-schema-plural-string "Direct link to plural")

The plural form of the selling unit label.

**Example:<!-- -->&#x20;**`Credits`

**plans** <!-- -->object\[]

* Array \[

**id**string\<int64>[](#schema-property-products-retrieve-pricing-table-data-response-schema-id-string-int64 "Direct link to id")

The unique identifier of the entity.

**Possible values:** `>= 1`

**Example:<!-- -->&#x20;**`123456`

**created**string\<date-time>[](#schema-property-products-retrieve-pricing-table-data-response-schema-created-string-date-time "Direct link to created")

The date and time the entity was created, under UTC timezone.

**Example:<!-- -->&#x20;**`2025-01-01 00:00:00`

**updated**string\<date-time>[](#schema-property-products-retrieve-pricing-table-data-response-schema-updated-string-date-time "Direct link to updated")nullable

The date and time the entity was updated, under UTC timezone. If `null` then the entity was never updated since its creation.

**Example:<!-- -->&#x20;**`2025-01-01 00:00:00`

**plugin\_id**string\<int64>[](#schema-property-products-retrieve-pricing-table-data-response-schema-plugin-id-string-int64 "Direct link to plugin_id")

The ID of the product the entity belongs to.

**Possible values:** `>= 1`

**Example:<!-- -->&#x20;**`123456`

**name**string\<slug>[](#schema-property-products-retrieve-pricing-table-data-response-schema-name-string-slug "Direct link to name")

The name of the plan. Only lowercase characters allowed.

**Example:<!-- -->&#x20;**`professional`

**title**string[](#schema-property-products-retrieve-pricing-table-data-response-schema-title-string "Direct link to title")

The title of the plan. This is the human readable name of the plan. Please do not add the suffix `Plan` to the title, as Freemius does that for you at various places.

**Example:<!-- -->&#x20;**`Professional`

**description**string[](#schema-property-products-retrieve-pricing-table-data-response-schema-description-string "Direct link to description")nullable

The description of the plan.

**Example:<!-- -->&#x20;**`For small to medium businesses.`

**is\_free\_localhost**boolean[](#schema-property-products-retrieve-pricing-table-data-response-schema-is-free-localhost-boolean "Direct link to is_free_localhost")

**Default value:<!-- -->&#x20;**`true`

Whether the plan offers unlimited local or staging activations with the same license.

**is\_block\_features**boolean[](#schema-property-products-retrieve-pricing-table-data-response-schema-is-block-features-boolean "Direct link to is_block_features")

**Default value:<!-- -->&#x20;**`true`

Whether to block features on expiration of **annual** licenses. If `false`, does not block features but only block updates and support.

**is\_block\_features\_monthly**boolean[](#schema-property-products-retrieve-pricing-table-data-response-schema-is-block-features-monthly-boolean "Direct link to is_block_features_monthly")

**Default value:<!-- -->&#x20;**`true`

Whether to block particular features on expiration of **monthly** licenses. If `false`, does not block features but only block updates and support.

**license\_type**integer[](#schema-property-products-retrieve-pricing-table-data-response-schema-license-type-integer "Direct link to license_type")

**Default value:<!-- -->&#x20;**`0`

The type of the license. `0` for per domain license. `1` for per subdomain license.

**Possible values:** \[`0`, `1`]

**trial\_period**integer[](#schema-property-products-retrieve-pricing-table-data-response-schema-trial-period-integer "Direct link to trial_period")nullable

The number of days a trial period will last. If `null` the plan does not support trials.

**Possible values:** `>= 1`

**Example:<!-- -->&#x20;**`14`

**is\_require\_subscription**boolean[](#schema-property-products-retrieve-pricing-table-data-response-schema-is-require-subscription-boolean "Direct link to is_require_subscription")

Whether to require a subscription payment for the trial period.

**support\_kb**string[](#schema-property-products-retrieve-pricing-table-data-response-schema-support-kb-string "Direct link to support_kb")nullable

The Knowledge Base URL.

**Example:<!-- -->&#x20;**`https://example.com/help/documentation`

**support\_forum**string[](#schema-property-products-retrieve-pricing-table-data-response-schema-support-forum-string "Direct link to support_forum")nullable

The support Forum URL.

**Example:<!-- -->&#x20;**`https://example.com/support`

**support\_email**string[](#schema-property-products-retrieve-pricing-table-data-response-schema-support-email-string "Direct link to support_email")nullable

The support email address.

**Example:<!-- -->&#x20;**`support@example.com`

**support\_phone**string[](#schema-property-products-retrieve-pricing-table-data-response-schema-support-phone-string "Direct link to support_phone")nullable

The support phone contact.

**Example:<!-- -->&#x20;**`555-555-5555`

**is\_success\_manager**boolean[](#schema-property-products-retrieve-pricing-table-data-response-schema-is-success-manager-boolean "Direct link to is_success_manager")

Is a personal success manager allocated with the plan.

**is\_featured**boolean[](#schema-property-products-retrieve-pricing-table-data-response-schema-is-featured-boolean "Direct link to is_featured")

Whether this is a featured plan.

**is\_hidden**boolean[](#schema-property-products-retrieve-pricing-table-data-response-schema-is-hidden-boolean "Direct link to is_hidden")

Whether to hide the plan from the auto-generated pricing page. Mostly relevant for WordPress products and our WordPress SDK. Please see our [pricing-page](https://github.com/Freemius/pricing-page/) library to implement your own.

**pricing** <!-- -->object\[]

* Array \[

**id**string\<int64>[](#schema-property-products-retrieve-pricing-table-data-response-schema-id-string-int64 "Direct link to id")

The unique identifier of the entity.

**Possible values:** `>= 1`

**Example:<!-- -->&#x20;**`123456`

**created**string\<date-time>[](#schema-property-products-retrieve-pricing-table-data-response-schema-created-string-date-time "Direct link to created")

The date and time the entity was created, under UTC timezone.

**Example:<!-- -->&#x20;**`2025-01-01 00:00:00`

**updated**string\<date-time>[](#schema-property-products-retrieve-pricing-table-data-response-schema-updated-string-date-time "Direct link to updated")nullable

The date and time the entity was updated, under UTC timezone. If `null` then the entity was never updated since its creation.

**Example:<!-- -->&#x20;**`2025-01-01 00:00:00`

**currency**string[](#schema-property-products-retrieve-pricing-table-data-response-schema-currency-string "Direct link to currency")

3-char currency code.

**Possible values:** `>= 3 characters` and `<= 3 characters`, \[`usd`, `eur`, `gbp`]

**plan\_id**string\<int64>[](#schema-property-products-retrieve-pricing-table-data-response-schema-plan-id-string-int64 "Direct link to plan_id")

The ID of the plan.

**Possible values:** `>= 1`

**Example:<!-- -->&#x20;**`1234`

**licenses**integer[](#schema-property-products-retrieve-pricing-table-data-response-schema-licenses-integer "Direct link to licenses")nullable

The number of activations or quota supported by the license that will be created through the pricing (Using [Freemius Checkout](https://freemius.com/help/documentation/selling-with-freemius/freemius-checkout-buy-button/)). Use `null` for unlimited activations or quota.

**Example:<!-- -->&#x20;**`10`

**monthly\_price**number\<float>[](#schema-property-products-retrieve-pricing-table-data-response-schema-monthly-price-number-float "Direct link to monthly_price")nullable

The price for a single month.

**Example:<!-- -->&#x20;**`59.99`

**annual\_price**number\<float>[](#schema-property-products-retrieve-pricing-table-data-response-schema-annual-price-number-float "Direct link to annual_price")nullable

The price for one year.

**Example:<!-- -->&#x20;**`159.99`

**lifetime\_price**number\<float>[](#schema-property-products-retrieve-pricing-table-data-response-schema-lifetime-price-number-float "Direct link to lifetime_price")nullable

The lifetime price.

**Example:<!-- -->&#x20;**`359.99`

**is\_whitelabeled**boolean[](#schema-property-products-retrieve-pricing-table-data-response-schema-is-whitelabeled-boolean "Direct link to is_whitelabeled")

Whether to [whitelabel](https://freemius.com/help/documentation/users-account-management/license-security/#white_label_mode) the license that will be created from this pricing upon successful Checkout.

**is\_hidden**boolean[](#schema-property-products-retrieve-pricing-table-data-response-schema-is-hidden-boolean "Direct link to is_hidden")

Whether to hide the pricing from checkout and the pricing page in the WP dashboard.

* ]

**features** <!-- -->object\[]

* Array \[

**id**string\<int64>[](#schema-property-products-retrieve-pricing-table-data-response-schema-id-string-int64 "Direct link to id")

The unique identifier of the entity.

**Possible values:** `>= 1`

**Example:<!-- -->&#x20;**`123456`

**created**string\<date-time>[](#schema-property-products-retrieve-pricing-table-data-response-schema-created-string-date-time "Direct link to created")

The date and time the entity was created, under UTC timezone.

**Example:<!-- -->&#x20;**`2025-01-01 00:00:00`

**updated**string\<date-time>[](#schema-property-products-retrieve-pricing-table-data-response-schema-updated-string-date-time "Direct link to updated")nullable

The date and time the entity was updated, under UTC timezone. If `null` then the entity was never updated since its creation.

**Example:<!-- -->&#x20;**`2025-01-01 00:00:00`

**plugin\_id**string\<int64>[](#schema-property-products-retrieve-pricing-table-data-response-schema-plugin-id-string-int64 "Direct link to plugin_id")

The ID of the Plugin.

**Possible values:** `>= 1`

**Example:<!-- -->&#x20;**`1234`

**title**string[](#schema-property-products-retrieve-pricing-table-data-response-schema-title-string "Direct link to title")

The title of the feature.

**Example:<!-- -->&#x20;**`Pageviews per month`

**description**string[](#schema-property-products-retrieve-pricing-table-data-response-schema-description-string "Direct link to description")

The description of the feature, up to 256 characters. This will be displayed as the description in the tooltip on the pricing page.

**Example:<!-- -->&#x20;**`The number of times a page is loaded.`

**is\_featured**boolean[](#schema-property-products-retrieve-pricing-table-data-response-schema-is-featured-boolean "Direct link to is_featured")

Whether the feature is highlighted and will be shown in the main pricing table. If set as `false`, the feature will be only shown in the plans' comparison table.

**Example:<!-- -->&#x20;**`true`

**value**string[](#schema-property-products-retrieve-pricing-table-data-response-schema-value-string "Direct link to value")

The value of the feature associated with the plan. For example the feature name could be "AI Credits" and the value could be "1000".

**Example:<!-- -->&#x20;**`1000 Units`

**plan\_id**string\<int64>[](#schema-property-products-retrieve-pricing-table-data-response-schema-plan-id-string-int64 "Direct link to plan_id")

The ID of the plan associated with the entity.

**Possible values:** `>= 1`

**Example:<!-- -->&#x20;**`123456`

* ]

* ]

**reviews** <!-- -->object\[]

Verified and featured reviews of the product.

* Array \[

**id**string\<int64>[](#schema-property-products-retrieve-pricing-table-data-response-schema-id-string-int64 "Direct link to id")

The unique identifier of the entity.

**Possible values:** `>= 1`

**Example:<!-- -->&#x20;**`123456`

**created**string\<date-time>[](#schema-property-products-retrieve-pricing-table-data-response-schema-created-string-date-time "Direct link to created")

The date and time the entity was created, under UTC timezone.

**Example:<!-- -->&#x20;**`2025-01-01 00:00:00`

**updated**string\<date-time>[](#schema-property-products-retrieve-pricing-table-data-response-schema-updated-string-date-time "Direct link to updated")nullable

The date and time the entity was updated, under UTC timezone. If `null` then the entity was never updated since its creation.

**Example:<!-- -->&#x20;**`2025-01-01 00:00:00`

**plugin\_id**string\<int64>[](#schema-property-products-retrieve-pricing-table-data-response-schema-plugin-id-string-int64 "Direct link to plugin_id")

The ID of the product the entity belongs to.

**Possible values:** `>= 1`

**Example:<!-- -->&#x20;**`123456`

**external\_id**string[](#schema-property-products-retrieve-pricing-table-data-response-schema-external-id-string "Direct link to external_id")

The external ID of the review (in case migrating from another system).

**user\_id**string\<int64>[](#schema-property-products-retrieve-pricing-table-data-response-schema-user-id-string-int64 "Direct link to user_id")nullable

The ID of the user the entity belongs to. If NULL then still not associated to any user.

**Possible values:** `>= 1`

**Example:<!-- -->&#x20;**`123456`

**rate**integer[](#schema-property-products-retrieve-pricing-table-data-response-schema-rate-integer "Direct link to rate")

The score of the review.

**Possible values:** `>= 0` and `<= 100`

**Example:<!-- -->&#x20;**`80`

**title**string[](#schema-property-products-retrieve-pricing-table-data-response-schema-title-string "Direct link to title")

The title of the review.

**Example:<!-- -->&#x20;**`Great plugin! It works perfectly.`

**text**string[](#schema-property-products-retrieve-pricing-table-data-response-schema-text-string "Direct link to text")

The content of the review.

**Example:<!-- -->&#x20;**`I love this plugin! It has all the features I need and more. The support team is also very responsive and helpful. Highly recommend!`

**name**string[](#schema-property-products-retrieve-pricing-table-data-response-schema-name-string "Direct link to name")

The full name of the reviewer.

**Example:<!-- -->&#x20;**`John Doe`

**job\_title**string[](#schema-property-products-retrieve-pricing-table-data-response-schema-job-title-string "Direct link to job_title")

The job title of the reviewer.

**Example:<!-- -->&#x20;**`Software Engineer`

**company**string[](#schema-property-products-retrieve-pricing-table-data-response-schema-company-string "Direct link to company")

The company name of the reviewer.

**Example:<!-- -->&#x20;**`Example Software Inc.`

**company\_url**string[](#schema-property-products-retrieve-pricing-table-data-response-schema-company-url-string "Direct link to company_url")

The URL of the entity.

**Example:<!-- -->&#x20;**`https://www.example.com`

**picture**string\<binary>[](#schema-property-products-retrieve-pricing-table-data-response-schema-picture-string-binary "Direct link to picture")

The icon of the entity, must be a valid JPG, PNG or GIF image, with dimension not exceeding 300px by 300px. Max allowed size is 200KB

**profile\_url**string[](#schema-property-products-retrieve-pricing-table-data-response-schema-profile-url-string "Direct link to profile_url")

The URL of the reviewer's profile.

**Example:<!-- -->&#x20;**`https://example.com/profile`

**license\_id**string\<int64>[](#schema-property-products-retrieve-pricing-table-data-response-schema-license-id-string-int64 "Direct link to license_id")

The ID of the license associated with the entity.

**Possible values:** `>= 1`

**Example:<!-- -->&#x20;**`123456`

**is\_verified**boolean[](#schema-property-products-retrieve-pricing-table-data-response-schema-is-verified-boolean "Direct link to is_verified")

**Default value:<!-- -->&#x20;**`true`

Whether this is a genuine review generated by a real user.

**is\_featured**boolean[](#schema-property-products-retrieve-pricing-table-data-response-schema-is-featured-boolean "Direct link to is_featured")

**Default value:<!-- -->&#x20;**`false`

Whether the review should be included in marketing material (e.g. pricing page).

* ]

**active\_installs**integer[](#schema-property-products-retrieve-pricing-table-data-response-schema-active-installs-integer "Direct link to active_installs")

The estimated number of active installs of the product.

**Example:<!-- -->&#x20;**`10000`

**downloads**integer[](#schema-property-products-retrieve-pricing-table-data-response-schema-downloads-integer "Direct link to downloads")

The estimated number of downloads of the product.

**Example:<!-- -->&#x20;**`5000`

**all\_plans\_single\_site\_pricing** <!-- -->object

Single site pricing for all plans indexed by plan ID

**property name\*** <!-- -->object

The key represents the ID of the plan

**monthly\_price** <!-- -->object

Monthly pricing in different currencies

**usd**number\<float>[](#schema-property-products-retrieve-pricing-table-data-response-schema-usd-number-float "Direct link to usd")

**Example:<!-- -->&#x20;**`9.99`

**gbp**number\<float>[](#schema-property-products-retrieve-pricing-table-data-response-schema-gbp-number-float "Direct link to gbp")

**Example:<!-- -->&#x20;**`7.99`

**eur**number\<float>[](#schema-property-products-retrieve-pricing-table-data-response-schema-eur-number-float "Direct link to eur")

**Example:<!-- -->&#x20;**`8.99`

**annual\_price** <!-- -->object

Annual pricing in different currencies

**usd**number\<float>[](#schema-property-products-retrieve-pricing-table-data-response-schema-usd-number-float "Direct link to usd")

**Example:<!-- -->&#x20;**`99.99`

**gbp**number\<float>[](#schema-property-products-retrieve-pricing-table-data-response-schema-gbp-number-float "Direct link to gbp")

**Example:<!-- -->&#x20;**`79.99`

**eur**number\<float>[](#schema-property-products-retrieve-pricing-table-data-response-schema-eur-number-float "Direct link to eur")

**Example:<!-- -->&#x20;**`89.99`

**lifetime\_price** <!-- -->object

Lifetime pricing in different currencies

**usd**number\<float>[](#schema-property-products-retrieve-pricing-table-data-response-schema-usd-number-float "Direct link to usd")

**Example:<!-- -->&#x20;**`299.99`

**gbp**number\<float>[](#schema-property-products-retrieve-pricing-table-data-response-schema-gbp-number-float "Direct link to gbp")

**Example:<!-- -->&#x20;**`249.99`

**eur**number\<float>[](#schema-property-products-retrieve-pricing-table-data-response-schema-eur-number-float "Direct link to eur")

**Example:<!-- -->&#x20;**`279.99`

**checkout\_url**string[](#schema-property-products-retrieve-pricing-table-data-response-schema-checkout-url-string "Direct link to checkout_url")

The URL to the Freemius Checkout. You need to append the product id and plan id as necessary. Please refer to the [Checkout documentation](https://freemius.com/help/documentation/selling-with-freemius/hosted-checkout/) for more information.

**Example:<!-- -->&#x20;**`https://checkout.freemius.com`

**fs\_wp\_endpoint\_url**string[](#schema-property-products-retrieve-pricing-table-data-response-schema-fs-wp-endpoint-url-string "Direct link to fs_wp_endpoint_url")

The URL to the Freemius WP Endpoint. This is internally used by the Freemius SDK.

**Example:<!-- -->&#x20;**`https://wp.freemius.com`

**trial\_mode**boolean[](#schema-property-products-retrieve-pricing-table-data-response-schema-trial-mode-boolean "Direct link to trial_mode")

Whenther the product supports trial for the current install/site. This is relevant for WP products only.

**Example:<!-- -->&#x20;**`true`

**trial\_utilized**boolean[](#schema-property-products-retrieve-pricing-table-data-response-schema-trial-utilized-boolean "Direct link to trial_utilized")

Whether the trial has been utilized for the current install/site. This is relevant for WP products only.

**Example:<!-- -->&#x20;**`false`

Bad request. The request could not be understood by the server due to malformed syntax or arguments.

application/json

**Schema**

**path**string[](#schema-property-products-retrieve-pricing-table-data-response-schema-path-string "Direct link to path")

The API request path.

**Example:<!-- -->&#x20;**`:/products/product_id/users.json`

**error** <!-- -->object

This object contains the error details.

**type**string[](#schema-property-products-retrieve-pricing-table-data-response-schema-type-string "Direct link to type")

The type of the error encountered by the server.

**Example:<!-- -->&#x20;**`UnauthorizedAccess`

**message**string[](#schema-property-products-retrieve-pricing-table-data-response-schema-message-string "Direct link to message")

The descriptive error message.

**Example:<!-- -->&#x20;**`Some error has occured.`

**code**string[](#schema-property-products-retrieve-pricing-table-data-response-schema-code-string "Direct link to code")

The error code.

**Example:<!-- -->&#x20;**`unauthorized_access`

**http**integer[](#schema-property-products-retrieve-pricing-table-data-response-schema-http-integer "Direct link to http")

The HTTP status code returned by the server.

**Example:<!-- -->&#x20;**`401`

**timestamp**string[](#schema-property-products-retrieve-pricing-table-data-response-schema-timestamp-string "Direct link to timestamp")

Current timestamp.

**Example:<!-- -->&#x20;**`Thu, 11 May 2023 11:45:30 +0000`

**request** <!-- -->object

This object sends back the request payload as received by the server (both from path and from body or query).

**property name\***&#x61;ny[](#schema-property-products-retrieve-pricing-table-data-response-schema-property-name-any "Direct link to property name*")

This object sends back the request payload as received by the server (both from path and from body or query).

**Example:<!-- -->&#x20;**`{"beautify":true,"format":"json"}`

Unauthorized access error. The request requires [authentication](https://freemius.com/help/api/#bearer-token-authentication) but was not provided or the provided authentication does not satisfy the required permissions.

application/json

**Schema**

**path**string[](#schema-property-products-retrieve-pricing-table-data-response-schema-path-string "Direct link to path")

The API request path.

**Example:<!-- -->&#x20;**`:/products/product_id/users.json`

**error** <!-- -->object

This object contains the error details.

**type**string[](#schema-property-products-retrieve-pricing-table-data-response-schema-type-string "Direct link to type")

The type of the error encountered by the server.

**Example:<!-- -->&#x20;**`UnauthorizedAccess`

**message**string[](#schema-property-products-retrieve-pricing-table-data-response-schema-message-string "Direct link to message")

The descriptive error message.

**Example:<!-- -->&#x20;**`Some error has occured.`

**code**string[](#schema-property-products-retrieve-pricing-table-data-response-schema-code-string "Direct link to code")

The error code.

**Example:<!-- -->&#x20;**`unauthorized_access`

**http**integer[](#schema-property-products-retrieve-pricing-table-data-response-schema-http-integer "Direct link to http")

The HTTP status code returned by the server.

**Example:<!-- -->&#x20;**`401`

**timestamp**string[](#schema-property-products-retrieve-pricing-table-data-response-schema-timestamp-string "Direct link to timestamp")

Current timestamp.

**Example:<!-- -->&#x20;**`Thu, 11 May 2023 11:45:30 +0000`

**request** <!-- -->object

This object sends back the request payload as received by the server (both from path and from body or query).

**property name\***&#x61;ny[](#schema-property-products-retrieve-pricing-table-data-response-schema-property-name-any "Direct link to property name*")

This object sends back the request payload as received by the server (both from path and from body or query).

**Example:<!-- -->&#x20;**`{"beautify":true,"format":"json"}`

The request is missing the specified argument.

application/json

**Schema**

**path**string[](#schema-property-products-retrieve-pricing-table-data-response-schema-path-string "Direct link to path")

The API request path.

**Example:<!-- -->&#x20;**`:/products/product_id/users.json`

**error** <!-- -->object

This object contains the error details.

**type**string[](#schema-property-products-retrieve-pricing-table-data-response-schema-type-string "Direct link to type")

The type of the error encountered by the server.

**Example:<!-- -->&#x20;**`UnauthorizedAccess`

**message**string[](#schema-property-products-retrieve-pricing-table-data-response-schema-message-string "Direct link to message")

The descriptive error message.

**Example:<!-- -->&#x20;**`Some error has occured.`

**code**string[](#schema-property-products-retrieve-pricing-table-data-response-schema-code-string "Direct link to code")

The error code.

**Example:<!-- -->&#x20;**`unauthorized_access`

**http**integer[](#schema-property-products-retrieve-pricing-table-data-response-schema-http-integer "Direct link to http")

The HTTP status code returned by the server.

**Example:<!-- -->&#x20;**`401`

**timestamp**string[](#schema-property-products-retrieve-pricing-table-data-response-schema-timestamp-string "Direct link to timestamp")

Current timestamp.

**Example:<!-- -->&#x20;**`Thu, 11 May 2023 11:45:30 +0000`

**request** <!-- -->object

This object sends back the request payload as received by the server (both from path and from body or query).

**property name\***&#x61;ny[](#schema-property-products-retrieve-pricing-table-data-response-schema-property-name-any "Direct link to property name*")

This object sends back the request payload as received by the server (both from path and from body or query).

**Example:<!-- -->&#x20;**`{"beautify":true,"format":"json"}`

The requested resource was not found.

application/json

**Schema**

**path**string[](#schema-property-products-retrieve-pricing-table-data-response-schema-path-string "Direct link to path")

The API request path.

**Example:<!-- -->&#x20;**`:/products/product_id/users.json`

**error** <!-- -->object

This object contains the error details.

**type**string[](#schema-property-products-retrieve-pricing-table-data-response-schema-type-string "Direct link to type")

The type of the error encountered by the server.

**Example:<!-- -->&#x20;**`UnauthorizedAccess`

**message**string[](#schema-property-products-retrieve-pricing-table-data-response-schema-message-string "Direct link to message")

The descriptive error message.

**Example:<!-- -->&#x20;**`Some error has occured.`

**code**string[](#schema-property-products-retrieve-pricing-table-data-response-schema-code-string "Direct link to code")

The error code.

**Example:<!-- -->&#x20;**`unauthorized_access`

**http**integer[](#schema-property-products-retrieve-pricing-table-data-response-schema-http-integer "Direct link to http")

The HTTP status code returned by the server.

**Example:<!-- -->&#x20;**`401`

**timestamp**string[](#schema-property-products-retrieve-pricing-table-data-response-schema-timestamp-string "Direct link to timestamp")

Current timestamp.

**Example:<!-- -->&#x20;**`Thu, 11 May 2023 11:45:30 +0000`

**request** <!-- -->object

This object sends back the request payload as received by the server (both from path and from body or query).

**property name\***&#x61;ny[](#schema-property-products-retrieve-pricing-table-data-response-schema-property-name-any "Direct link to property name*")

This object sends back the request payload as received by the server (both from path and from body or query).

**Example:<!-- -->&#x20;**`{"beautify":true,"format":"json"}`
