Skip to content
Richard Thombs edited this page Apr 7, 2015 · 8 revisions

The Account API provides access to configuration settings that affect the entire TeamHaven Account.

Account theme

The Account's display theme is used when displaying pages which are not Project-specific or when the selected Project does not have a display theme of it's own.

GET /api/account/theme

Gets the Account's display theme.

PUT /api/account/theme

Updates the Account's display theme.

Account support information

This information is displayed on the TeamHaven Login page when connecting to TeamHaven via a Dedicated Domain or a Custom Domain. Once logged in, it is also available via the Help menu. This information is intended to help users get in touch with your company's support team.

GET /api/account/support

Retrieves the Account's support information.

PUT /api/account/support

Updates the Account's support information.

Account settings

GET /api/account/settings

Account name

GET /api/account/name

Clone this wiki locally