get https://slemma.com/api/v1/teams/
Retrieves the details of an existing team. Supply the unique team key (ID) and Slemma will return the corresponding team information.
Returns
Returns an team object if a valid identifier was provided.
Fields OwnerSIG, TeamSecret are available only for Server admins.
The following are the examples of HTTP status codes including errors that API can generate
Response codes | Response content | Description |
---|---|---|
200 OK | A team object | A team has been retrieved successfully. |
403 Forbidden | Access denied | Access to the team is denied. |
404 Not Found | Object not found | A team with the specified key wasn't found. |