InvoicesAccountInfo
Information about the account.
Properties
Name | Type | Required | Description |
---|---|---|---|
billingEmail | string | ❌ | The email address to which invoices are sent. |
id | number | ❌ | The account's ID. |
state | string | ❌ | The account's current state: - FREE - PAID - EXPIRED_TRIAL - OVERDUE - SUSPENDED - BLOCKED - PAYMENT_DISPUTED |
teamId | number | ❌ | The team's ID associated with the account. |
salesChannel | SalesChannel | ❌ | The sales channel from which the account was created: - SELF_SERVE — The user purchased the account plan. - SALES_SERVE — The account was purchased through the Postman sales team process. |
slots | Slots | ❌ | Information about the team's slots. |
SalesChannel
The sales channel from which the account was created: - SELF_SERVE
— The user purchased the account plan. - SALES_SERVE
— The account was purchased through the Postman sales team process.
Properties
Name | Type | Required | Description |
---|---|---|---|
SELFSERVE | string | ✅ | "SELF_SERVE" |
SALESSERVE | string | ✅ | "SALES_SERVE" |
Slots
Information about the team's slots.
Properties
Name | Type | Required | Description |
---|---|---|---|
available | number | ❌ | The number of the team's available slots. |
consumed | number | ❌ | The number of currently-billed team members. |
total | number | ❌ | The total number of slots available to the team. |
unbilled | number | ❌ | The number of unbilled slots if auto-flex billing is available. |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs