Teams

All teams that the users is a member of

http https://sls-api.sheepcrm.com/selfservice/v2/example/teams/ "Authorization: Bearer $APP_API_KEY"

HTTP/1.1 200 OK
{
        "person_uri": "/example/person/5c7ea02b8b388011210462fc/",
    "teams": [
        ...
    ]
}

A Single Team

http https://sls-api.sheepcrm.com/selfservice/v2/example/team/{uid}/ "Authorization: Bearer $APP_API_KEY"

HTTP/1.1 200 OK
{
    "team": {
        ...
    }
}