Security
oauth2ClientCredentials(Required scopes: teams:read)
- Mock serverhttps://developer.boyahq.com/_mock/v2/openapi/teams
- Productionhttps://api.boyahq.com/v2/teams
- Sandboxhttps://sandbox.api.boyahq.com/v2/teams
curl -i -X GET \
'https://developer.boyahq.com/_mock/v2/openapi/teams?page=1&limit=20' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'business_id: string' \
-H 'org_wallet_ref: string'Response
{ "docs": [ [] ], "total": 0, "limit": {}, "page": {}, "pages": 0 }