Get team
Teams
Get team
Get the team associated with the supplied API token.
GET
Get team
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200 - application/json
OK
The ID of the team.
Pattern:
^[0-9a-z]+$Example:
"pwxtytmwrw58mao0mvb4rwmn"
The name of the team.
Example:
"Acme Agency"
The slug of the team.
Example:
"acme-agency"
The URL of the team's avatar image.
Example:
"https://fiber.inboxapp.com/avatars/teams/abc123"
The date and time the team was created.
Example:
"2025-01-01T00:00:00.000Z"
The date and time the team was last updated.
Example:
"2025-01-01T00:00:00.000Z"
The currency of the team. Used for valuation of prospects.
Example:
"USD"
Whether support access is allowed for the team.
Example:
true