Skip to main content

List all email addresses

GET 

https://api.freemius.com/v1/products/{product_id}/emails/addresses.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.
  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 email addresses collection associated with a product. In case the product is using the store's email address configuration, the endpoint will return a 404 error.

Request

Path Parameters

    product_id integer<int64>required

    The ID of the product.

    Possible values: >= 1

    Example: 1234

Query Parameters

    fields string

    Comma separated list of fields to return in the response. If not specified, all fields are returned.

    Example: id,name,slug

Responses

The list of all the email addresses associated with a product.

Schema
idstring<int64>

The unique identifier of the entity.

Possible values: >= 1

Example: 123456
createdstring<date-time>

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

Example: 2025-01-01 00:00:00
updatedstring<date-time>nullable

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

Example: 2025-01-01 00:00:00
plugin_idstring<int64>

The ID of the product the entity belongs to.

Possible values: >= 1

Example: 123456
store_id

The ID of the store.

Example: 1234
generalstringnullable

The general system email address.

general_namestringnullable

The label to the general system email address.

Example: Company Support
dont_replystringnullable

The do-not-reply email address.

dont_reply_namestringnullable

The label to the do-not-reply email address.

Example: Do Not Reply
personalstringnullable

The personal assistance email address.

personal_namestringnullable

The label to the personal assistance email address.

Example: John Doe
personal_technicalstringnullable

The technical support representative email address.

personal_technical_namestringnullable

The label to the technical support representative email address.

Example: Tech Support
personal_setupstringnullable

The happiness representative email address.

personal_setup_namestringnullable

The label to the happiness representative email address.

Example: Support
supportstringnullable

The general support email address.

support_namestringnullable

The label to the general support email address.

Example: Support
We use essential cookies to enable our site to function. With your consent, we also use analytics and advertising cookies to understand how visitors interact with our site and to improve our services.
Learn More