---
title: "Get PowerBank status"
method: GET
path: "/api/v1/teams/{teamId}/grid"
tags: ["Teams"]
---

# Get PowerBank status

`GET /api/v1/teams/{teamId}/grid`

Returns the aggregated PowerBank subscription status for the team — counts, subscribed flag, and localized copy. Required scope: `charge-points:read` </br>Organization authorization: `supported`

## Path parameters

- `teamId` integer, required

## Response `200`

Aggregated team grid status

- TeamGridStatusV2Response
  - `subscribedCount` integer, required
  - `totalCount` integer, required
  - `isSubscribed` boolean, required
  - `name` string, required
  - `title` string, required
  - `description` string, required
  - `subscribedCountText` string, required
  - `subscribeCta` string, required
  - `unsubscribeCta` string, required
  - `unsubscribeDialogTitle` string, required
  - `unsubscribeDialogBody` string, required
  - `unsubscribeDialogConfirm` string, required
  - `terms` string, nullable
  - `termsAgreement` string, nullable
  - `smartMeterConsentTitle` string, nullable
  - `smartMeterConsentText` string, nullable
  - `smartMeterConsentAgreement` string, nullable
  - `infoUrl` string, nullable

## Other responses

- `400` — The request is invalid
- `401` — Consumer with provided credentials was not found
- `403` — Operator doesn't have access to resource
- `404` — Entity with the provided id was not found

---

[API](https://skmtc.net/monta/apis/monta-partner-api.md) · [All operations](https://skmtc.net/monta/apis/monta-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/monta/monta-partner-api/revisions/517e18f11015/schema)
