---
title: Show logged team account details
description: Show the team details of your logged team
---

[Skip to content](https://knowledge.easytranslate.com/show-logged-team-account-details#main-content)

English

Show submenu for translations

[Need help?](https://knowledge.easytranslate.com/kb-tickets/new?hsLang=en)

![logo\_blue (1).png\]](https://knowledge.easytranslate.com/hs-fs/hubfs/logo_blue%20(1).png?height=30&name=logo_blue%20(1).png)

- [Default HubSpot Blog](http://blogs.worldtranslation.com/)

Open main navigation

Close main navigation

- [Default HubSpot Blog](http://blogs.worldtranslation.com/)
- English
  
  Show submenu for translations
- [Need help?](https://knowledge.easytranslate.com/kb-tickets/new)
- Go to easytranslate.com

 Go to easytranslate.com

 How can we help you?

- There are no suggestions because the search field is empty.

1. [Knowledge Base](https://knowledge.easytranslate.com/?hsLang=en)
2. [EasyTranslate API](https://knowledge.easytranslate.com/easytranslate-api?hsLang=en)
3. [Team](https://knowledge.easytranslate.com/easytranslate-api?hsLang=en#team)

# Show logged team account details

## Show the team details of your logged team

**Sandbox endpoint**

```
https://api.platform.sandbox.easytranslate.com/api/v1/teams/:team_name/
```

In order to show the team details of your logged team, you need to send a GET request

In your request's header, you first need to add your access token, to do so, simply add "Authorization" as a key and "Bearer {{ACCESS\_TOKEN}}" (instead of {{ACCESS\_TOKEN}}, you should provide your access token), you then need to specify that json should be accepted. To do so, add "Accept" as a key and "application/json" as its value. 

Finally, you need to add a variable to your endpoint path: 

- - **Team\_name:** {{TEAM\_NAME}}    
      Instead of {{TEAM\_NAME}}, you need to provide the team\_name of your team. It can be retrieved from the api/v1/user endpoint.

**Sandbox request example**

```
curl --location -g --request GET 'https://api.platform.sandbox.easytranslate.com/api/v1/teams/{{TEAM_NAME}}/' \--header 'Accept: application/json' \--header 'Authorization: Bearer {{ACCESS_TOKEN}}'
```

 

**Sandbox response example **

```
{  "data": {    "type": "account",    "id": "9b405081-cad8-4553-b0be-6f440853bb7e",    "attributes": {      "company_name": "Deadpool",      "company_email": "deadpool@easytranslate.com",      "team_identifier": "deadpool",      "is_parent": true,      "invoice_language": "en",      "receipt_email": "deadpool-receipt@easytranslate.com",      "created_at": "2020-08-27T08:34:13.000000Z",      "updated_at": "2020-08-27T09:31:17.000000Z",      "alerts": {        "conversations": []      },      "project_workflows": {        "translation": {          "display_name": "Translation",          "identifier": "translation",          "is_available": true        },        "self+machine_translation": {          "display_name": "Translate Yourself + MT",          "identifier": "self+machine_translation",          "is_available": true        },        "translation+review": {          "display_name": "Translation + Review",          "identifier": "translation+review",          "is_available": true        }      },      "language_pairs": {        "translation": {          "en": {            "name": "English",            "code": "en",            "target_languages": [              {                "name": "Swedish",                "code": "sv"              },              {                "name": "Dutch (Standard)",                "code": "nl_NL"              }            ]          },          "da": {            "name": "Danish",            "code": "da",            "target_languages": [              {                "name": "English (United Kingdom)",                "code": "en_GB"              }            ]          }        },        "review": {          "en": {            "name": "English",            "code": "en",            "target_languages": [              {                "name": "Danish",                "code": "da"              }            ]          }        }      }    },    "relationships": []  },  "meta": {    "copyright": "Copyright 2020 EasyTranslate A/S",    "environment": "sandbox"  }}
```

 

- [Get Started](https://knowledge.easytranslate.com/get-started?hsLang=en)
- [My Account](https://knowledge.easytranslate.com/my-account?hsLang=en#main-content)

    - [Billing and Payment](https://knowledge.easytranslate.com/my-account?hsLang=en#billing-and-payment)
    - [Teams and Users](https://knowledge.easytranslate.com/my-account?hsLang=en#teams-and-users)
    - [Account](https://knowledge.easytranslate.com/my-account?hsLang=en#account)
- [The Platform](https://knowledge.easytranslate.com/the-platform?hsLang=en#main-content)

    - [Workspace](https://knowledge.easytranslate.com/the-platform?hsLang=en#workspace)
    - [Freelancers](https://knowledge.easytranslate.com/the-platform?hsLang=en#freelancers)
    - [Tools](https://knowledge.easytranslate.com/the-platform?hsLang=en#tools)
- [Integrations](https://knowledge.easytranslate.com/integrations?hsLang=en#main-content)

    - [Zapier](https://knowledge.easytranslate.com/integrations?hsLang=en#zapier)
    - [GitHub](https://knowledge.easytranslate.com/integrations?hsLang=en#github)
    - [Magento 1.0](https://knowledge.easytranslate.com/integrations?hsLang=en#magento-1-0)
    - [Magento 2.0](https://knowledge.easytranslate.com/integrations?hsLang=en#magento-2-0)
    - [WordPress](https://knowledge.easytranslate.com/integrations?hsLang=en#wordpress)
    - [Shopify](https://knowledge.easytranslate.com/integrations?hsLang=en#shopify)
    - [Shopware](https://knowledge.easytranslate.com/integrations?hsLang=en#shopware)
    - [Shopware 6](https://knowledge.easytranslate.com/integrations?hsLang=en#shopware-6)
    - [Optimizely / Episerver App](https://knowledge.easytranslate.com/integrations?hsLang=en#optimizely-episerver-app)
    - [Contentful](https://knowledge.easytranslate.com/integrations?hsLang=en#contentful)
    - [Figma](https://knowledge.easytranslate.com/integrations?hsLang=en#figma)
    - [Phrase](https://knowledge.easytranslate.com/integrations?hsLang=en#phrase)
- [EasyTranslate API](https://knowledge.easytranslate.com/easytranslate-api?hsLang=en#main-content)

    - [Projects](https://knowledge.easytranslate.com/easytranslate-api?hsLang=en#projects)
    - [Authentication](https://knowledge.easytranslate.com/easytranslate-api?hsLang=en#authentication)
    - [Project tasks](https://knowledge.easytranslate.com/easytranslate-api?hsLang=en#project-tasks)
    - [Folders](https://knowledge.easytranslate.com/easytranslate-api?hsLang=en#folders)
    - [Account](https://knowledge.easytranslate.com/easytranslate-api?hsLang=en#account)
    - [Team](https://knowledge.easytranslate.com/easytranslate-api?hsLang=en#team)
    - [String Library](https://knowledge.easytranslate.com/easytranslate-api?hsLang=en#string-library)
- [For Freelancers](https://knowledge.easytranslate.com/for-freelancers?hsLang=en#main-content)

    - [Freelancer Software Platform Account](https://knowledge.easytranslate.com/for-freelancers?hsLang=en#freelancer-software-platform-account)
    - [Tools on the Software Platform](https://knowledge.easytranslate.com/for-freelancers?hsLang=en#tools-on-the-software-platform)
    - [Freelancer Onboarding to Software Platform](https://knowledge.easytranslate.com/for-freelancers?hsLang=en#freelancer-onboarding-to-software-platform)
    - [Plunet](https://knowledge.easytranslate.com/for-freelancers?hsLang=en#plunet)
    - [General information](https://knowledge.easytranslate.com/for-freelancers?hsLang=en#general-information)

- [Default HubSpot Blog](http://blogs.worldtranslation.com/)

[![Chill listening crop-3](https://knowledge.easytranslate.com/hs-fs/hubfs/logo_blue%20(1).png?width=119&height=28&name=logo_blue%20(1).png "Chill listening crop-3")](https://www.easytranslate.com/en/)

EasyTranslate Knowledge Base

Copyright © 2026, EasyTranslate A/S