cURL
curl --request GET \ --url https://api.shiftkeeper.io/teams/{team_id} \ --header 'x-api-key: <api-key>'
{ "team": { "id": "tea_VJ4sYEOOXVvJBXqFjRzpm", "name": "Payments", "description": "All about payments and billing" } }
Get a team by its ID.
Enter your API key which starts with 'keeper_'
The ID of the team.
"tea_VJ4sYEOOXVvJBXqFjRzpm"
Default Response
The response is of type object.
object