---
title: "Get Enode registration link"
method: GET
path: "/api/v1/teams/{teamId}/home/integrations/enode/inverter/link"
tags: ["Teams"]
---

# Get Enode registration link

`GET /api/v1/teams/{teamId}/home/integrations/enode/inverter/link`

Retrieves Enode link to start device registration process

## Path parameters

- `teamId` integer, required

## Query parameters

- `montaUserId` integer, required

## Response `200`

Enode registration link

- EnodeRegistrationLinkResult — EnodeRegistrationLinkResult
  - `result` 'SUCCESS' | 'ALREADY_INTEGRATED' | 'API_NOT_RESPONDING', required
  - `link` string, nullable
  - `token` 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)
