List all teams (workspaces) the authenticated user has access to.
Security
bearerAuth
GET
curl -i -X GET \
'https://leadgen.grinfi.io/id/api/teams?limit=20&offset=0' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'List all teams (workspaces) the authenticated user has access to.
curl -i -X GET \
'https://leadgen.grinfi.io/id/api/teams?limit=20&offset=0' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'