Authenticated Team
GET /teams/current
Get currently authenticated team.
Authorizations
Responses
200
Current Team.
Team model
object
The unique identifier of the team.
The name of the team.
The description of the team.
Whether the team is personal or not.
The date and time the team was created.
The date and time the team was last updated.
Whether SMTP is enabled or not.
The email address to send emails from.
The name to send emails from.
The email addresses to send emails to.
The SMTP host.
The SMTP port.
The SMTP encryption.
The SMTP username.
The SMTP password.
The SMTP timeout.
Whether to send test notifications via SMTP.
Whether to send deployment notifications via SMTP.
Whether to send status change notifications via SMTP.
Whether to send scheduled task notifications via SMTP.
Whether to send database backup notifications via SMTP.
Whether to send server disk usage notifications via SMTP.
Whether Discord is enabled or not.
The Discord webhook URL.
Whether to send test notifications via Discord.
Whether to send deployment notifications via Discord.
Whether to send status change notifications via Discord.
Whether to send database backup notifications via Discord.
Whether to send scheduled task notifications via Discord.
Whether to send server disk usage notifications via Discord.
Whether to show the boarding screen or not.
Whether to enable resending or not.
The resending API key.
Whether to use instance email settings or not.
Whether Telegram is enabled or not.
The Telegram token.
The Telegram chat ID.
Whether to send test notifications via Telegram.
Whether to send deployment notifications via Telegram.
Whether to send status change notifications via Telegram.
Whether to send database backup notifications via Telegram.
The Telegram test message thread ID.
The Telegram deployment message thread ID.
The Telegram status change message thread ID.
The Telegram database backup message thread ID.
The custom server limit.
Whether to send scheduled task notifications via Telegram.
The Telegram scheduled task message thread ID.
The members of the team.
User model
object
The user identifier in the database.
The user name.
The user email.
The date when the user email was verified.
The date when the user was created.
The date when the user was updated.
The date when the user two factor was confirmed.
The flag to force the user to reset the password.
The flag to receive marketing emails.
400
Invalid token.
object
401
Unauthenticated.