Unbounce Tables
The provider models the data in API as a list of tables in a relational database that can be queried using standard SQL statements.
Unbounce Tables
| Name | Description |
| AccountPages | Retrieve a list of all pages for the specified account. |
| Accounts | Retrieve the accounts collection. |
| DomainPages | Retrieve a list of all pages based on the domain. |
| Domains | Retrieve a list of all custom domains belonging to a given sub-account. |
| FormFields | Retrieve a full list of all form fields across all page variants of a specific page. |
| Leads | Retrieve a list of all leads for a given page. |
| PageGroupPages | Retrieve a list of all pages that belong to a given page group. |
| PageGroups | Retrieve a list of all page groups for a given sub-account. |
| Pages | Retrieve a list of all pages. |
| SubAccountPages | Retrieve a list of all pages for a given sub-account. |
| SubAccounts | Retrieve all sub-accounts for the specified account. |
| User | Retrieve the current user. |