Retrieve Team

Retrieve a team

GET https://api.xenia.team/v1/teams/:id

Retrieve a team by id

Path Parameters

NameTypeDescription

id*

String

Team id

Headers

NameTypeDescription

Authorization*

String

{
    "id": "e77b6442-de60-401c-a173-0afc84a5747e",
    "name": "Admins",
    "members" [{
    "id": "e77b6442-de60-401c-a173-0afc84a5747f",
    "firstName": "John",
    "lastName" "Wick",
    "email": "john@company.com",
    "phone": "+14844608118",
    "photo": "https://cdn.xenia.team/images/e77b6442.png",
    "status": "active",
    "workspaceId": "e77b6442-de60-401c-a173-0afc84a5747q",
    "locations": ["e77b6442-de60-401c-a173-0afc84a5747h"],
    "createdAt": 1701743645
    "updatedAt": 2001743645
}],
    "createdAt": 1701743645
    "updatedAt": 2001743645
}

Last updated