Get a single team.
API key from your incident.io dashboard (Settings → API keys)
Unique ID of the team
"abc123"
OK response.
{
"catalog_entry": {
"id": "01FCNDV6P870EA6S7TK1DSYDG0",
"name": "Primary On-call"
},
"id": "abc123",
"members": [
{
"email": "lisa@incident.io",
"id": "01FCNDV6P870EA6S7TK1DSYDG0",
"name": "Lisa Karlin Curtis",
"slack_user_id": "U02AYNF2XJM"
}
],
"name": "abc123"
}