---
title: "Get team"
method: GET
path: "/teams/{id}"
tags: ["Teams"]
---

# Get team

`GET /teams/{id}`

Retrieve a specific team by ID.

**gigstack Connect:** Access other teams using the `team` parameter.

## Path parameters

- `id` string, required

## Query parameters

- `team` string

## Response `200`

Team retrieved successfully

- object
  - `success` boolean
  - `data` ApiPublicTeam
    - `id` string
    - `legal_name` string, nullable — Official registered legal name of the company/team
    - `address` object, nullable
      - `country` string, nullable
      - `street` string, nullable
      - `zip` string, nullable
      - `city` string, nullable
      - `state` string, nullable
      - `exterior` string, nullable
      - `interior` string, nullable
      - `neighborhood` string, nullable
    - `brand` object
      - `alias` string, nullable
      - `primary_color` string, nullable
      - `secondary_color` string, nullable
      - `logo` string, nullable
    - `settings` object, nullable
      - `avoid_automations_on_currencies` string[], nullable
      - `default_description` string, nullable
      - `taxes` object[], nullable
      - `taxes_usd` union
        - object[]
        - boolean
      - `emails` object
        - `invoices_bcc` string[], nullable
        - `avoid_invoice_emails` boolean, nullable
        - `avoid_test_invoice_emails` boolean, nullable
        - `avoid_receipts_emails` boolean, nullable
      - `override_item_description` string, nullable
      - `global_invoice_disabled` boolean, nullable
      - `complements` object[], nullable
        - `data` string, nullable
        - `description` string, nullable
        - `type` string, nullable
      - `uses_on_self_invoice_portal` string[], nullable
      - `invoice_pdf_notes` string, nullable
      - `product_key` string, nullable
      - `unit_key` string, nullable
      - `use` string, nullable
      - `automate_complement_for_ppd_invoices` boolean, nullable
      - `withholding_taxes` object[], nullable
      - `customer_portal_id` string, nullable
      - `periodicity` object, nullable
        - `label` string
        - `value` string
      - `default_series` object
        - `income` object
          - `serie` string, nullable
        - `complements` object
          - `serie` string, nullable
        - `credit_note` object
          - `serie` string, nullable
    - `tax_id` string, nullable
    - `tax_system` string, nullable
    - `support_email` string, nullable
    - `support_phone` string, nullable
    - `owner` string, nullable
    - `created_at` number, nullable
    - `sat` object
      - `completed` boolean, nullable
      - `connected_at` number, nullable
      - `csd_expires_at` number, nullable
    - `members` object[]
      - `id` string, nullable
      - `email` string, nullable
      - `role` string, nullable
    - `integrations` object
      - `stripe` object
        - `completed` boolean, nullable
        - `category` string, nullable
      - `mercadopago` object
        - `completed` boolean, nullable
        - `category` string, nullable
      - `clip` object
        - `completed` boolean, nullable
        - `category` string, nullable
      - `whmcs` object
        - `completed` boolean, nullable
        - `category` string, nullable
      - `paypal` object
        - `completed` boolean, nullable
        - `category` string, nullable
      - `openpay` object
        - `completed` boolean, nullable
        - `category` string, nullable
      - `conekta` object
        - `completed` boolean, nullable
        - `category` string, nullable
      - `bank` object
        - `completed` boolean, nullable
        - `category` string, nullable
      - `shopify` object
        - `completed` boolean, nullable
        - `category` string, nullable
      - `zapier` object
        - `completed` boolean, nullable
        - `category` string, nullable
      - `airtable` object
        - `completed` boolean, nullable
        - `category` string, nullable
      - `google_sheets` object
        - `completed` boolean, nullable
        - `category` string, nullable
      - `hilos` object
        - `completed` boolean, nullable
        - `category` string, nullable
    - `credit_limit` number, nullable — Maximum number of documents (credits) the team can create per billing period. Null means no per-team limit (shared billing account pool).
    - `used_credits` number — Number of credits used by this team in the current billing period.
    - `credit_period_start` number, nullable — Unix timestamp (milliseconds) when the current credit period started. Resets each billing cycle.
    - `metadata` object, nullable
  - `message` string
  - `timestamp` string, date-time

---

[API](https://skmtc.dev/disruptive-learning/apis/gigstack-api-v2.md) · [All operations](https://skmtc.dev/disruptive-learning/apis/gigstack-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/disruptive-learning/gigstack-api-v2/revisions/5cf53ffd7580/schema)
