Skip to main content
GET
Get team

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

OK

id
string
required

The ID of the team.

Pattern: ^[0-9a-z]+$
Example:

"pwxtytmwrw58mao0mvb4rwmn"

name
string
required

The name of the team.

Example:

"Acme Agency"

slug
string
required

The slug of the team.

Example:

"acme-agency"

image
string | null
required

The URL of the team's avatar image.

Example:

"https://fiber.inboxapp.com/avatars/teams/abc123"

createdAt
string<date-time>
required

The date and time the team was created.

Example:

"2025-01-01T00:00:00.000Z"

updatedAt
string<date-time> | null
required

The date and time the team was last updated.

Example:

"2025-01-01T00:00:00.000Z"

currency
string
required

The currency of the team. Used for valuation of prospects.

Example:

"USD"

allowSupportAccess
boolean
required

Whether support access is allowed for the team.

Example:

true