Account

A representation of an account workspace created via Paced Email.

Properties

This resource includes the following properties:

Property Type Description
id string The account's ID.
name string The account's name.
avatar_path string The path to the account avatar image.
subscribed boolean The status of the account subscription.
plan string The name of the billing plan for the account.

Example

Here is an example representation of this resource:

{
  "id": "account_bzXq9KrLEMm32iAnOP0xGDYk",
  "name": "Personal",
  "avatar_path": "/avatar.png",
  "subscribed": true,
  "plan": "Free"
}