Get user teams
cURL
curl --request GET \ --url https://api-dev.monyfix.tech/users/teams \ --header 'Authorization: Bearer <token>'
200
Example
[ { "id": 123, "name": "<string>", "members": [] }]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Limit for number of teams
x <= 10
Offset for teams
Successful Response
Show child attributes