v11

latestOpenAPI 3.1.12026-08-03174162.0 MB
Teams

Get team by ID or slug

Retrieve a team with membership details. User must be a member of the team.

get/teams/{key}

Path parameters

keystring required

Team key - either a unique ID (tem_xxx format) or URL-friendly slug

Example:tem_01jqpjksnsen9vprw95et60t2m

Response

OK

Example response

{
  "team": {
    "publicBaseUrl": "https://sash.net.au",
    "image": {
      "src": "https://assets.session.services/my-image.jpg",
      "alt": "My Image",
      "width": 1080,
      "height": 1080
    },
    "member": {
      "permissions": []
    }
  }
}