Skip to main content
GET
/
team
Get team
curl --request GET \
  --url https://inboxapp.com/api/v1/team
{
  "id": "<string>",
  "name": "<string>",
  "slug": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2025-01-01T00:00:00.000Z",
  "currency": "<string>",
  "allowSupportAccess": true
}

Response

200 - application/json

OK

id
string
required

The ID of the team.

name
string
required

The name of the team.

slug
string
required

The slug of the team.

createdAt
string<date-time>
required

The date and time the team was created.

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.

allowSupportAccess
boolean
required

Whether support access is allowed for the team.